diff options
Diffstat (limited to 'vitest.config.js')
-rw-r--r-- | vitest.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vitest.config.js b/vitest.config.js index 9e1c54a5..3b6cdde0 100644 --- a/vitest.config.js +++ b/vitest.config.js @@ -24,6 +24,7 @@ export default defineConfig({ 'test/playwright/**' ], environment: 'jsdom', + // @ts-ignore - Appears to not be defined in the type definitions (https://vitest.dev/advanced/pool) poolOptions: { threads: { useAtomics: true |