hydro-focus
v0.2.1
Published
Run only the first test with 'focus' tag
Downloads
27
Readme
hydro-focus
Synopsis
Run only the first test with "focus" tag
Usage
Config:
hydro.set({
plugins: ['hydro-focus']
});
With meta tag:
test('focus method on test', 'focus', function() {
});
By invoking a method:
test('focus method on test', function() {
}).focus();
Installation
npm:
npm install hydro-focus
component:
component install hydrojs/hydro-focus
standalone:
<script src="hydro-focus.js"></script>
Tests
$ npm test
License
The MIT License (see LICENSE)