| 1 | import { afterEach, describe, expect, it, mock, spyOn } from "bun:test"; |
| 2 | import { readFileSync } from "node:fs"; |
| 3 | import { join } from "node:path"; |
| 4 | import { appendCompartments } from "@magic-context/core/features/magic-context/compartment-storage"; |
nothing calls this directly
no test coverage detected