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 b23a410 commit 5887f33Copy full SHA for 5887f33
test/parallel/test-runner-run.mjs
@@ -4,9 +4,6 @@ import { join } from 'node:path';
4
import { describe, it, run } from 'node:test';
5
import { dot, spec, tap } from 'node:test/reporters';
6
import assert from 'node:assert';
7
-import { EventEmitter } from 'events';
8
-
9
-EventEmitter.setMaxListeners(35);
10
11
const testFixtures = fixtures.path('test-runner');
12
0 commit comments