diff --git a/src/testRunner/unittests/tscWatchMode.ts b/src/testRunner/unittests/tscWatchMode.ts index 8a3b732ad97..1456a621019 100644 --- a/src/testRunner/unittests/tscWatchMode.ts +++ b/src/testRunner/unittests/tscWatchMode.ts @@ -1141,7 +1141,6 @@ namespace ts.tscWatch { } it("without outDir or outFile is specified", () => { - debugger; verifyWithOptions({ module: ModuleKind.AMD }, ["file1.js", "src/file2.js"]); }); diff --git a/src/testRunner/unittests/tsserverProjectSystem.ts b/src/testRunner/unittests/tsserverProjectSystem.ts index c89d29ffc5b..04e34d5a898 100644 --- a/src/testRunner/unittests/tsserverProjectSystem.ts +++ b/src/testRunner/unittests/tsserverProjectSystem.ts @@ -9333,7 +9333,7 @@ export function Test2() { textSpan: protocolTextSpanFromSubstring(userTs.content, "fnA", { index: 1 }), definitions: [protocolFileSpanFromSubstring(aTs, "fnA")], }); - checkNumberOfProjects(session.getProjectService(), { configuredProjects: 1 }); debugger; + checkNumberOfProjects(session.getProjectService(), { configuredProjects: 1 }); verifyUserTsConfigProject(session); // Navigate to the definition