M8-R20: enforce warning-free frontend tests
This commit is contained in:
@@ -19,6 +19,10 @@ export default defineConfig({
|
||||
test: {
|
||||
environment: 'jsdom',
|
||||
globals: true,
|
||||
// Keep test output identical in interactive, agent, and CI environments.
|
||||
// Vitest otherwise selects its minimal agent reporter when CODEX_CI is set,
|
||||
// which hides console output from passing tests.
|
||||
reporters: ['default'],
|
||||
// Mantine-heavy UI tests allocate substantial jsdom resources. Keep the
|
||||
// worker pool bounded so concurrent CI jobs remain reliable.
|
||||
maxWorkers: 2,
|
||||
|
||||
Reference in New Issue
Block a user