1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-09 23:17:29 +02:00

fix(deps): vitest@2 (#11491)

This commit is contained in:
Jason Rasmussen
2024-07-31 11:26:35 -04:00
committed by GitHub
parent 86904a8382
commit c44271e9b2
9 changed files with 2058 additions and 1907 deletions

View File

@@ -13,6 +13,7 @@ export default defineConfig({
include: ['src/{api,cli,immich-admin}/specs/*.e2e-spec.ts'],
globalSetup,
testTimeout: 15_000,
pool: 'threads',
poolOptions: {
threads: {
singleThread: true,