TDD interface for hydro
suite('My module', function() {
test('it really works', function() {
});
});
hydro.set({
plugins: ['hydro-tdd'],
});
npm install hydro-tdd
component install hydrojs/hydro-tdd
<script src="hydro-tdd"></script>
$ npm test
Coverage:
$ npm run coverage
The MIT License (see LICENSE)