MCPcopy
hub / github.com/qawolf/cli / execSubpathImports.test.ts

File execSubpathImports.test.ts

src/domains/runtimeEnv/execSubpathImports.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, describe, expect, it } from "bun:test";
2import { realpathSync } from "node:fs";
3import { mkdtemp, readFile, rm, writeFile } from "node:fs/promises";
4import { tmpdir } from "node:os";

Callers

nothing calls this directly

Calls 6

makeExecDirFunction · 0.85
writeExecSubpathImportsFunction · 0.85
makeDefaultFsFunction · 0.85
readPackageJsonFunction · 0.70
rmFunction · 0.50
writeFileFunction · 0.50

Tested by

no test coverage detected