MCPcopy
hub / github.com/promptfoo/promptfoo / ciProgressReporter.test.ts

File ciProgressReporter.test.ts

test/progress/ciProgressReporter.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
2import logger from '../../src/logger';
3import { CIProgressReporter } from '../../src/progress/ciProgressReporter';
4import { mockConsole, mockProcessEnv } from '../util/utils';

Callers

nothing calls this directly

Calls 7

mockConsoleFunction · 0.90
mockProcessEnvFunction · 0.90
itFunction · 0.85
errorMethod · 0.80
startMethod · 0.65
updateMethod · 0.45
finishMethod · 0.45

Tested by

no test coverage detected