| 1 | import { test, expect } from 'tests'; |
| 2 | import waitForExpect from 'wait-for-expect'; |
| 3 | |
| 4 | test('increments "threadId" of each spawned child worker', async ({ runTestServer, page, emulatorUrl }) => { |
nothing calls this directly
no test coverage detected