mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
chore(evals): update validation_fidelity_pre_existing_errors to USUALLY_PASSES (#18617)
This commit is contained in:
@@ -8,7 +8,7 @@ import { describe, expect } from 'vitest';
|
|||||||
import { evalTest } from './test-helper.js';
|
import { evalTest } from './test-helper.js';
|
||||||
|
|
||||||
describe('validation_fidelity_pre_existing_errors', () => {
|
describe('validation_fidelity_pre_existing_errors', () => {
|
||||||
evalTest('ALWAYS_PASSES', {
|
evalTest('USUALLY_PASSES', {
|
||||||
name: 'should handle pre-existing project errors gracefully during validation',
|
name: 'should handle pre-existing project errors gracefully during validation',
|
||||||
files: {
|
files: {
|
||||||
'src/math.ts': `
|
'src/math.ts': `
|
||||||
|
|||||||
Reference in New Issue
Block a user