adjust test data

This commit is contained in:
Igor Lobanov
2025-02-03 23:38:45 +01:00
parent 3cfc3d2327
commit 55567a33bc
3 changed files with 45 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ import path from 'path';
export default defineConfig({
testDir: './tests/e2e',
globalSetup: path.resolve('./tests/e2e/globalSetup.ts'),
timeout: 5000,
/* Run tests in files in parallel */
fullyParallel: true,
/* Fail the build on CI if you accidentally left test.only in the source code. */