Skip to content

Commit 8c21478

Browse files
authored
Update process.setup-file.ts
1 parent 0b1f335 commit 8c21478

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testing/test-setup/src/lib/process.setup-file.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import workerThreadsModule from 'node:worker_threads';
33
import { afterEach, beforeEach, vi } from 'vitest';
44

55
export const MOCK_PID = 10_001;
6-
export const MOCK_TID = 1;
6+
export const MOCK_TID = 2;
77

88
// Mock immediately when the setup file loads for default exports using process.pid or threadId
99
const processMock = vi.spyOn(process, 'pid', 'get').mockReturnValue(MOCK_PID);

0 commit comments

Comments
 (0)