Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jun 27, 2023
1 parent e5f442e commit 939c81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/runtime/vm.ts
Expand Up @@ -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,
Expand Down

0 comments on commit 939c81d

Please sign in to comment.