We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f699d commit d1ce27fCopy full SHA for d1ce27f
test/parallel/test-runner-run.mjs
@@ -7,6 +7,8 @@ import assert from 'node:assert';
7
8
const testFixtures = fixtures.path('test-runner');
9
10
+process.env.NODE_DISABLE_COLORS = '1';
11
+
12
describe('require(\'node:test\').run', { concurrency: true }, () => {
13
it('should run with no tests', async () => {
14
const stream = run({ files: [] });
0 commit comments