Skip to content

Commit

Permalink
test: set emptyOutDir: false for flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed May 21, 2022
1 parent ec34abf commit 0b054fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playground/vitestSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ export async function startDefaultServe() {
build: {
// esbuild do not minify ES lib output since that would remove pure annotations and break tree-shaking
// skip transpilation during tests to make it faster
target: 'esnext'
target: 'esnext',
emptyOutDir: false
},
customLogger: createInMemoryLogger(serverLogs)
}
Expand Down

0 comments on commit 0b054fc

Please sign in to comment.