MCPcopy
hub / github.com/qawolf/cli / fs.testUtils.test.ts

File fs.testUtils.test.ts

src/shell/fs.testUtils.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// oxlint-disable eslint/max-lines -- test file covers all makeMemoryFs methods; splitting would fragment related fixtures
2import { describe, expect, it } from "bun:test";
3import { isNoEntError } from "~/core/errors.js";
4import { makeMemoryFs } from "./fs.testUtils.js";

Callers

nothing calls this directly

Calls 2

makeMemoryFsFunction · 0.85
isNoEntErrorFunction · 0.85

Tested by

no test coverage detected