0.0.1 • Published 10 years ago

hydro-filter v0.0.1

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

NPM
version Build Status Coverage Status

hydro-filter

Synopsis

Abort hydro tests on first failure.

Usage

Config:

hydro.set({
  plugins: ['hydro-filter'],
  filter: ['foo', 'bar']
});

CLI:

$ hydro --filter foo --filter bar

Installation

npm:

npm install hydro-filter

component:

component install hydrojs/hydro-filter

standalone:

<script src="hydro-filter.js"></script>

Tests

$ npm test

Coverage:

$ npm run coverage

License

The MIT License (see LICENSE)