MCPcopy Index your code
hub / github.com/PatrickSys/codebase-context / fixtureForSingleQuery

Function fixtureForSingleQuery

tests/eval-harness.test.ts:58–67  ·  view source on GitHub ↗
(query: EvalQuery)

Source from the content-addressed store, hash-verified

56}
57
58function fixtureForSingleQuery(query: EvalQuery): EvalFixture {
59 return {
60 description: 'single query fixture',
61 codebase: 'unit-test',
62 repository: 'in-memory',
63 frozenDate: '2026-02-20',
64 notes: 'test fixture',
65 queries: [query]
66 };
67}
68
69describe('Eval Harness - fixtures loaded', () => {
70 it('keeps angular-spotify fixture frozen at exactly 20 queries', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected