Skip to content

Commit

Permalink
remove my todo :)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Jan 16, 2025
1 parent 2f01a71 commit d67b6ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vitest.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,5 @@ export default defineConfig({
test: {
clearMocks: true,
exclude: ['**/.links/**', '**/node_modules/**'],
// // TODO(erickzhao): the hooks from the slow tests conflict when run in parallel
// // so we turn off parallelism for now. This makes the tests slower, so we should
// // figure out how to re-enable this falg.
// fileParallelism: false,
},
});

0 comments on commit d67b6ae

Please sign in to comment.