Run only the first test with "focus" tag
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();
npm install hydro-focus
component install hydrojs/hydro-focus
<script src="hydro-focus.js"></script>
$ npm test
The MIT License (see LICENSE)