hydro-tdd
v0.0.1
Published
TDD interface for hydro
Downloads
48
Readme
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-tddcomponent:
component install hydrojs/hydro-tddstandalone:
<script src="hydro-tdd"></script>Tests
$ npm testCoverage:
$ npm run coverageLicense
The MIT License (see LICENSE)



