no-iits
v0.2.1
Published
Scan a glob pattern for iit/it.only/describe.only/etc
Downloads
35
Readme
no-iits
Detects iit/it.only/describe.only in your test files. Accepts a glob pattern (or list of glob patterns) on the command line, but will default to test/*.js (the same default as mocha).
Example usage:
package.json
{
"scripts": {
"test": "noiit && mocha"
}
}