mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-06 16:17:34 -07:00
fix(evals): add required metadata to failing steering evaluation
This commit is contained in:
@@ -9,6 +9,8 @@ import { evalTest, TestRig } from './test-helper.js';
|
|||||||
|
|
||||||
describe('Related Eval Demonstration', () => {
|
describe('Related Eval Demonstration', () => {
|
||||||
evalTest('ALWAYS_PASSES', {
|
evalTest('ALWAYS_PASSES', {
|
||||||
|
suiteName: 'core_steering',
|
||||||
|
suiteType: 'behavioral',
|
||||||
name: 'should fail deliberately to demonstrate regression reporting',
|
name: 'should fail deliberately to demonstrate regression reporting',
|
||||||
files: {
|
files: {
|
||||||
'test.txt': 'Hello world',
|
'test.txt': 'Hello world',
|
||||||
|
|||||||
Reference in New Issue
Block a user