mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-15 12:30:32 -07:00
ci: remove full Windows job and add Vitest alias for core
This commit is contained in:
@@ -8,8 +8,15 @@ import { defineConfig } from 'vitest/config';
|
||||
|
||||
export default defineConfig({
|
||||
test: {
|
||||
testTimeout: 300000, // 5 minutes
|
||||
globalSetup: './globalSetup.ts',
|
||||
testTimeout: 120000,
|
||||
hookTimeout: 60000,
|
||||
globals: true,
|
||||
environment: 'node',
|
||||
setupFiles: ['./globalSetup.ts'],
|
||||
globalSetup: ['./globalSetup.ts'],
|
||||
alias: {
|
||||
'@google/gemini-cli-core': '@google-gemini/gemini-cli-core',
|
||||
},
|
||||
reporters: ['default'],
|
||||
include: ['**/*.test.ts'],
|
||||
retry: 2,
|
||||
|
||||
Reference in New Issue
Block a user