mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-16 06:43:07 -07:00
feat(ci): refine trial to measure both unit speed and bundle integrity
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user