···6666 /**
6767 * Executed before tests are run in the worker thread.
6868 */
6969- startCoverage?: () => unknown | Promise<unknown>
6969+ startCoverage?: (runtimeOptions: { isolate: boolean }) => unknown | Promise<unknown>
70707171 /**
7272 * Executed on after each run in the worker thread. Possible to return a payload passed to the provider
···7676 /**
7777 * Executed after all tests have been run in the worker thread.
7878 */
7979- stopCoverage?: () => unknown | Promise<unknown>
7979+ stopCoverage?: (runtimeOptions: { isolate: boolean }) => unknown | Promise<unknown>
8080}
81818282export type CoverageReporter = keyof ReportOptions | (string & {})
···6666 BROWSER_TESTS,
67676868 // Other non-provider-specific tests that should be run on browser mode as well
6969+ '**/isolation.test.ts',
6970 '**/include-exclude.test.ts',
7071 '**/allow-external.test.ts',
7172 '**/ignore-hints.test.ts',
···9091 BROWSER_TESTS,
91929293 // Other non-provider-specific tests that should be run on browser mode as well
9494+ '**/isolation.test.ts',
9395 '**/include-exclude.test.ts',
9496 '**/allow-external.test.ts',
9597 '**/ignore-hints.test.ts',