From 939c81dfa19fd3f9c98390b18bbbdeb1cd33682c Mon Sep 17 00:00:00 2001 From: Vladimir Sheremet Date: Tue, 27 Jun 2023 14:08:59 +0200 Subject: [PATCH] chore: cleanup --- packages/vitest/src/runtime/vm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vitest/src/runtime/vm.ts b/packages/vitest/src/runtime/vm.ts index 829ba132c2c3..0fddbd31ecf5 100644 --- a/packages/vitest/src/runtime/vm.ts +++ b/packages/vitest/src/runtime/vm.ts @@ -81,7 +81,7 @@ export async function run(ctx: WorkerContext) { } ctx.files.forEach(i => moduleCache.delete(i)) - const executor = await startVitestExecutor(ctx, { + const executor = await startVitestExecutor({ context, moduleCache, mockMap,