Skip to content

Commit

Permalink
chore: debugger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
underfin committed Sep 30, 2024
1 parent 3b2ccf1 commit 1408cc9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vitest.config.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ export default defineConfig({
)
return false
},
// Disabled, Because the error printed by rust cannot be seen
disableConsoleIntercept: true,
poolOptions: {
forks: {
singleFork: true,
},
},
},
esbuild: {
target: 'node18',
Expand Down

0 comments on commit 1408cc9

Please sign in to comment.