| 5 | import { updateWorkspace } from "../../packages/core/update/Update"; |
| 6 | |
| 7 | interface MockFile { |
| 8 | path: string; |
| 9 | content: string; |
| 10 | expected: string; |
| 11 | } |
| 12 | |
| 13 | describe("updateWorkspace", () => { |
| 14 | let fsSpy: IFileSystem; |
nothing calls this directly
no outgoing calls
no test coverage detected