hydro-bdd

0.2.0 • Public • Published

NPMversion Build Status Coverage Status

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-bdd

component:

component install hydrojs/hydro-bdd

standalone:

<script src="hydro-bdd"></script>

Tests

$ npm test

Coverage:

$ npm run coverage

License

The MIT License (see LICENSE)

Dependencies (0)

    Dev Dependencies (6)

    Package Sidebar

    Install

    npm i hydro-bdd

    Weekly Downloads

    17

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators

    • vesln