MCPcopy Create free account
hub / github.com/CopilotKit/aimock / loadFixtureFile

Method loadFixtureFile

src/llmock.ts:69–72  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

67 }
68
69 loadFixtureFile(filePath: string): this {
70 this.fixtures.push(...loadFixtureFile(filePath));
71 return this;
72 }
73
74 loadFixtureDir(dirPath: string): this {
75 this.fixtures.push(...loadFixturesFromDir(dirPath));

Calls 1

loadFixtureFileFunction · 0.85

Tested by

no test coverage detected