fix(platform-service): pin vitest pool to threads
This commit is contained in:
parent
87f4955861
commit
49db2cd2af
@ -5,6 +5,7 @@ export default defineConfig({
|
||||
globals: true,
|
||||
environment: 'node',
|
||||
include: ['src/**/*.test.ts'],
|
||||
pool: 'threads',
|
||||
env: {
|
||||
DB_PROVIDER: 'memory',
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user