(root: string)
| 58 | // returns the outer testEffect's Storage (which uses the real FSUtil), not a new |
| 59 | // one built on top of remappedFs. |
| 60 | const remappedStorage = (root: string) => |
| 61 | Layer.fresh(LayerNode.compile(Storage.node, [[FSUtil.node, remappedFs(root)]])) |
| 62 | |
| 63 | describe("Storage", () => { |
| 64 | it.live("round-trips JSON content", () => |
no test coverage detected