We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445cd72 commit ab84229Copy full SHA for ab84229
test/worker_threads.test.ts
@@ -11,7 +11,7 @@ describe('test/worker_threads.test.ts', () => {
11
app = cluster('apps/agent-worker-threads', { startMode: 'worker_threads' } as any);
12
app.debug();
13
return app
14
- .expect('stdout', /workerId: 1/)
+ .expect('stdout', /workerId: \d+/)
15
.end();
16
});
17
0 commit comments