npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

hydro-focus

0.2.1

@jkroso

npmHomeRepoSnykSocket
Downloads:2
$ npm install hydro-focus
DailyWeeklyMonthlyYearly

NPM
version Build Status

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)