hydro-tdd

0.0.1 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i hydro-tdd

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • vesln