Skip to content

Commit

Permalink
fix vitest config after update
Browse files Browse the repository at this point in the history
  • Loading branch information
thes01 committed May 3, 2024
1 parent 4ef9ff8 commit a6dd618
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ import { defineConfig } from 'vite'
export default defineConfig({
test: {
// fixes the tree-sitter import error
threads: false
poolOptions: {
threads: {
singleThread: true,
}
}
},
})

0 comments on commit a6dd618

Please sign in to comment.