We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ce60d commit e5d96c3Copy full SHA for e5d96c3
test/fixtures/test-runner/output/skip_pattern.js
@@ -14,7 +14,7 @@ it('top level it enabled', common.mustCall());
14
it('top level it disabled', common.mustNotCall());
15
it.skip('top level skipped it disabled', common.mustNotCall());
16
it.skip('top level skipped it enabled', common.mustNotCall());
17
-describe('top level describe never disabled', common.mustCall());
+describe('top level describe', common.mustCall());
18
describe.skip('top level skipped describe disabled', common.mustNotCall());
19
describe.skip('top level skipped describe enabled', common.mustNotCall());
20
test('this will NOt call', common.mustNotCall());
0 commit comments