UNPKG

mocha-only-detector

Version:

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

9 lines (7 loc) 194 B
describe('foo', function () { describe('bar', function () { it('should work', function () { console.log('here a describe.only or it.only should not be detected'); }); }); });