more req work
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 26m51s

This commit is contained in:
2026-01-09 00:11:52 -08:00
parent 68cdbb6066
commit e457bbf046
14 changed files with 176 additions and 200 deletions

View File

@@ -46,6 +46,7 @@ export default defineConfig({
globalSetup: './src/tests/setup/global-setup.ts',
// The globalApiMock MUST come first to ensure it's applied before other mocks that might depend on it.
setupFiles: [
'./src/tests/setup/global.ts',
'./src/tests/setup/globalApiMock.ts',
'./src/tests/setup/tests-setup-unit.ts',
],