Update server-related tests to cover forwardCredentials option

This commit is contained in:
Alejandro Celaya
2025-04-20 11:55:34 +02:00
parent e997d11c2c
commit e12cd68010
5 changed files with 39 additions and 12 deletions

View File

@@ -44,7 +44,6 @@ export default defineConfig({
instances: [{ browser: 'chromium' }],
},
globals: true,
allowOnly: true,
setupFiles: './config/test/setupTests.ts',
coverage: {
provider: 'v8',
@@ -61,8 +60,8 @@ export default defineConfig({
// Required code coverage. Lower than this will make the check fail
thresholds: {
statements: 95,
branches: 90,
functions: 90,
branches: 95,
functions: 95,
lines: 95,
},
},