Skip to content

Commit

Permalink
chore: manually stop the watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Sep 6, 2024
1 parent 3cdb4cb commit 8437e93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/worker/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export async function initVitest(meta: WorkerMeta, options?: UserConfig) {
],
},
)
vitest.server.watcher.close()
reporter.init(vitest)
return {
vitest,
Expand Down

0 comments on commit 8437e93

Please sign in to comment.