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