0.0.1 • Published 10 years ago

hydro-tdd v0.0.1

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

NPM
version Build Status Coverage Status

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

component:

component install hydrojs/hydro-tdd

standalone:

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

Tests

$ npm test

Coverage:

$ npm run coverage

License

The MIT License (see LICENSE)