MCPcopy Create free account
hub / github.com/CopilotKit/aimock / fixture-loader.test.ts

File fixture-loader.test.ts

src/__tests__/fixture-loader.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect, vi, beforeEach, afterEach } from "vitest";
2import { mkdirSync, mkdtempSync, rmSync, writeFileSync } from "node:fs";
3import { tmpdir } from "node:os";
4import { join } from "node:path";

Callers

nothing calls this directly

Calls 7

loadFixtureFileFunction · 0.85
loadFixturesFromDirFunction · 0.85
validateFixturesFunction · 0.85
entryToFixtureFunction · 0.85
makeTmpDirFunction · 0.70
writeJsonFunction · 0.70
makeFixtureFunction · 0.70

Tested by

no test coverage detected