mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
threads now lives under pool in latest vitest
This commit is contained in:
+3
-1
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user