Abort hydro tests on first failure.
Config:
hydro.set({
plugins: ['hydro-filter'],
filter: ['foo', 'bar']
});
CLI:
$ hydro --filter foo --filter bar
npm install hydro-filter
component install hydrojs/hydro-filter
<script src="hydro-filter.js"></script>
$ npm test
Coverage:
$ npm run coverage
The MIT License (see LICENSE)