0.2.0 • Published 12 years ago
hydro-bdd v0.2.0
hydro-bdd
Synopsis
BDD interface for hydro
describe('hydro-bdd', function() {
context('working', function() {
when('works for real', function() {
it('really works', function() {
});
});
});
});Usage
hydro.set({
plugins: ['hydro-bdd'],
});Installation
npm:
npm install hydro-bddcomponent:
component install hydrojs/hydro-bddstandalone:
<script src="hydro-bdd"></script>Tests
$ npm testCoverage:
$ npm run coverageLicense
The MIT License (see LICENSE)


