()
| 99 | |
| 100 | /* @__NO_SIDE_EFFECTS__ */ |
| 101 | export function getBrowserState(): BrowserRunnerState { |
| 102 | // @ts-expect-error not typed global |
| 103 | return window.__vitest_browser_runner__ |
| 104 | } |
| 105 | |
| 106 | /* @__NO_SIDE_EFFECTS__ */ |
| 107 | export function getWorkerState(): WorkerGlobalState { |
no outgoing calls
no test coverage detected