Skip to content

Commit

Permalink
chore: clear files
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jan 31, 2023
1 parent 3d21d1b commit dbbbb8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vitest/src/node/pools/child.ts
Expand Up @@ -59,6 +59,7 @@ export function createChildProcessPool(ctx: Vitest, { execArgv, env }: PoolProce
}

function runWithFiles(files: string[], invalidates: string[] = []) {
ctx.state.clearFiles(files)
const data: ChildContext = {
command: 'start',
config: getTestConfig(ctx),
Expand Down

0 comments on commit dbbbb8e

Please sign in to comment.