(projectPath: string)
| 878 | const srcBaseDir = "/home/testuser/workspace"; |
| 879 | const createSSHRuntime = (): Runtime => createTestRuntime("ssh", srcBaseDir, sshConfig); |
| 880 | const getLayout = (projectPath: string) => buildRemoteProjectLayout(srcBaseDir, projectPath); |
| 881 | |
| 882 | describe("renameWorkspace", () => { |
| 883 | testForRuntime("successfully renames directory", async () => { |
no test coverage detected