MCPcopy Create free account
hub / github.com/TestSprite/testsprite-cli / readFileSync

Function readFileSync

src/lib/skill-nudge.test.ts:39–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 it('true when AGENTS.md exists AND carries our BEGIN sentinel', () => {
38 const existsSync = (p: string) => p.endsWith('AGENTS.md');
39 const readFileSync = () => `# project\n${MANAGED_SECTION_BEGIN}\n...skill...\n`;
40 expect(isVerifySkillInstalled('/proj', { existsSync, readFileSync })).toBe(true);
41 });
42

Callers 15

test.test.tsFile · 0.85
readCodeFileFunction · 0.85
readPlanStepsFileGuardedFunction · 0.85
readPlanFromGuardedFunction · 0.85
readPlansJsonlGuardedFunction · 0.85
readPlansFromDirGuardedFunction · 0.85
runCreateFunction · 0.85
runUpdateFunction · 0.85
agent.test.tsFile · 0.85
isVerifySkillInstalledFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected