(root: string)
| 12 | } from "./additionalSystemContext"; |
| 13 | |
| 14 | function createSessionDirProvider(root: string) { |
| 15 | return { |
| 16 | getSessionDir: (workspaceId: string) => path.join(root, workspaceId), |
| 17 | }; |
| 18 | } |
| 19 | |
| 20 | describe("additionalSystemContext", () => { |
| 21 | let tempDir: string; |
no outgoing calls
no test coverage detected