Skip to content

Commit 6dbe95c

Browse files
committed
test: force spec reporter in test-runner-watch-mode.mjs
In the CI this test generates TAP output that can confuse the Python test runner. Avoid the problem by not outputting TAP at all. Fixes: nodejs#54535
1 parent bec3425 commit 6dbe95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-runner-watch-mode.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Flags: --expose-internals
1+
// Flags: --expose-internals --test-reporter=spec
22
import * as common from '../common/index.mjs';
33
import { describe, it, beforeEach } from 'node:test';
44
import { once } from 'node:events';

0 commit comments

Comments
 (0)