0.0.1 • Published 12 years ago
hydro-tdd v0.0.1
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)
0.0.1
12 years ago


