We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34558a0 commit f94b6fcCopy full SHA for f94b6fc
CodeEditUITests/ProjectPath.swift
@@ -39,4 +39,5 @@ func tempProjectPath() throws -> String {
39
func cleanUpTempProjectPaths() throws {
40
let baseDir = FileManager.default.temporaryDirectory.appending(path: "CodeEditUITests")
41
try FileManager.default.removeItem(at: baseDir)
42
+ tempProjectPathIds.removeAll()
43
}
0 commit comments