hydro-tdd

TDD interface for hydro

1 个版本
安装
npm install hydro-tdd
yarn add hydro-tdd
pnpm add hydro-tdd
bun add hydro-tdd
README

NPMversion Build Status Coverage Status

hydro-tdd

Synopsis

TDD interface for hydro

suite('My module', function() {
  test('it really works', function() {

  });
});

Usage

hydro.set({
  plugins: ['hydro-tdd'],
});

Installation

npm:

npm install hydro-tdd

component:

component install hydrojs/hydro-tdd

standalone:

<script src="hydro-tdd"></script>

Tests

$ npm test

Coverage:

$ npm run coverage

License

The MIT License (see LICENSE)

版本列表
0.0.1 2013-12-12