npm install hydro-bdd


BDD interface for hydro
``js
describe('hydro-bdd', function() {
context('working', function() {
when('works for real', function() {
it('really works', function() {
});
});
});
});
`
`js`
hydro.set({
plugins: ['hydro-bdd'],
});
#### npm:
`bash`
npm install hydro-bdd
#### component:
`bash`
component install hydrojs/hydro-bdd
#### standalone:
`bash`
`bash`
$ npm test
Coverage:
`bash``
$ npm run coverage
The MIT License (see LICENSE)