test: enable worker threads

This commit is contained in:
Zack Schuster 2022-05-06 21:33:45 -07:00
parent 13109a6575
commit 307e32db93
1 changed files with 0 additions and 2 deletions

View File

@ -7,6 +7,4 @@ export default {
},
files: ['test/*.ts'],
nodeArguments: ['--loader=ts-node/esm'],
// crashes v8 entirely
workerThreads: false,
};