(_options?: CliOptions | string, ...args: string[])
| 349 | } |
| 350 | |
| 351 | export async function runVitestCli(_options?: CliOptions | string, ...args: string[]) { |
| 352 | process.env.VITE_TEST_WATCHER_DEBUG = 'true' |
| 353 | return runCli('vitest', _options, ...args) |
| 354 | } |
| 355 | |
| 356 | export function getInternalState(): WorkerGlobalState { |
| 357 | // @ts-expect-error untyped global |
no test coverage detected