UNPKG

mocha-only-detector

Version:

Detect forgotten `describe.only` and `it.only` in mocha tests.

8 lines (7 loc) 148 B
describe('foo', function () { describe('bar', function () { it.only('should work', function () { console.log('here'); }); }); });