hydro-tdd
Version:
TDD interface for hydro
63 lines (42 loc) • 906 B
Markdown
[](http://badge.fury.io/js/hydro-tdd)
[](http://travis-ci.org/hydrojs/hydro-tdd)
[](https://coveralls.io/r/hydrojs/hydro-tdd?branch=master)
# hydro-tdd
## Synopsis
TDD interface for [hydro](https://github.com/hydrojs/hydro)
```js
suite('My module', function() {
test('it really works', function() {
});
});
```
## Usage
```js
hydro.set({
plugins: ['hydro-tdd'],
});
```
## Installation
#### npm:
```bash
npm install hydro-tdd
```
#### component:
```bash
component install hydrojs/hydro-tdd
```
#### standalone:
```bash
<script src="hydro-tdd"></script>
```
## Tests
```bash
$ npm test
```
Coverage:
```bash
$ npm run coverage
```
## License
The MIT License (see LICENSE)