We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test-loaders-workers-spawned
1 parent 0bbeb60 commit 6027084Copy full SHA for 6027084
test/es-module/test-loaders-workers-spawned.mjs
@@ -76,7 +76,7 @@ describe('Worker threads do not spawn infinitely', { concurrency: true }, () =>
76
77
assert.strictEqual(stderr, '');
78
// The worker code should always run before the --import, but the console.log might arrive late.
79
- assert.match(stdout, /^A\r?\nA\r?\n(B\r?\nC|C\r?\nB)\r?\nD\r?\n$/);
+ assert.match(stdout, /^A\r?\n(A\r?\nB\r?\nC|A\r?\nC\r?\nB|C\r?\nA\r?\nB)\r?\nD\r?\n$/);
80
assert.strictEqual(code, 0);
81
assert.strictEqual(signal, null);
82
});
0 commit comments