npm install hydro-tdd


TDD interface for hydro
``js
suite('My module', function() {
test('it really works', function() {
});
});
`
`js`
hydro.set({
plugins: ['hydro-tdd'],
});
#### npm:
`bash`
npm install hydro-tdd
#### component:
`bash`
component install hydrojs/hydro-tdd
#### standalone:
`bash`
`bash`
$ npm test
Coverage:
`bash``
$ npm run coverage
The MIT License (see LICENSE)