Skip to content

Commit

Permalink
remove process.exit call from VitePluginCloseAndCopy which is making …
Browse files Browse the repository at this point in the history
…vitest always exit successfully, irrelevant of test status
  • Loading branch information
goastler committed Jan 31, 2024
1 parent c9f1ccc commit b4b985b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/config/src/vite/vite-plugin-close-and-copy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export default function VitePluginCloseAndCopy(options?: ClosePluginOptions): Pl
log.info(`Bundle copied to ${options.destDir}`)
}
log.info('Bundle closed')
process.exit(0)
},
}
}
Expand Down

0 comments on commit b4b985b

Please sign in to comment.