diff --git a/test/fixtures/test-runner/output/skip_pattern.js b/test/fixtures/test-runner/output/skip_pattern.js index ffe6f5bfa922bf..ae89316b2c9cc3 100644 --- a/test/fixtures/test-runner/output/skip_pattern.js +++ b/test/fixtures/test-runner/output/skip_pattern.js @@ -14,7 +14,7 @@ it('top level it enabled', common.mustCall()); it('top level it disabled', common.mustNotCall()); it.skip('top level skipped it disabled', common.mustNotCall()); it.skip('top level skipped it enabled', common.mustNotCall()); -describe('top level describe never disabled', common.mustCall()); +describe('top level describe', common.mustCall()); describe.skip('top level skipped describe disabled', common.mustNotCall()); describe.skip('top level skipped describe enabled', common.mustNotCall()); test('this will NOt call', common.mustNotCall()); \ No newline at end of file