threads now lives under pool in latest vitest

This commit is contained in:
Ben McCann
2024-01-22 09:03:24 -08:00
parent 5dbdd4ab79
commit 8ea9aaa72c
+3 -1
View File
@@ -33,7 +33,9 @@ const testConfig = defineConfig({
include: ['tests/unit/**/*.test.ts'],
environment: 'jsdom',
globals: true,
threads: true,
pool: {
threads: true,
},
setupFiles: ['./tests/unit/setup.ts'],
deps: {
inline: ['@analytics/type-utils']