Skip to content

Commit

Permalink
test: force spec reporter in test-runner-watch-mode.mjs
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cjihrig committed Aug 24, 2024
1 parent bec3425 commit 6dbe95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-runner-watch-mode.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Flags: --expose-internals
// Flags: --expose-internals --test-reporter=spec
import * as common from '../common/index.mjs';
import { describe, it, beforeEach } from 'node:test';
import { once } from 'node:events';
Expand Down

0 comments on commit 6dbe95c

Please sign in to comment.