feat(ci): refine trial to measure both unit speed and bundle integrity

This commit is contained in:
mkorwel
2026-04-14 19:38:50 -07:00
parent a4730c3d87
commit de2dfd7559
2 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -17,7 +17,6 @@ export default defineConfig({
},
test: {
include: ['**/*.{test,spec}.{js,ts,jsx,tsx}', 'config.test.ts'],
exclude: ['**/node_modules/**', '**/dist/**', '**/cypress/**'],
environment: 'node',
globals: true,
reporters: ['default', 'junit'],
@@ -35,6 +34,7 @@ export default defineConfig({
exclude: [
'**/node_modules/**',
'**/dist/**',
'**/cypress/**',
'**/src/ui/components/messages/ToolStickyHeaderRegression.test.tsx',
'**/src/ui/components/views/McpStatus.test.tsx',
'**/src/ui/components/messages/SubagentHistoryMessage.test.tsx',