Skip to content

Commit c6ca96b

Browse files
committed
Removing debugger statements from tests
1 parent 3ef067f commit c6ca96b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/testRunner/unittests/tscWatchMode.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,6 @@ namespace ts.tscWatch {
11411141
}
11421142

11431143
it("without outDir or outFile is specified", () => {
1144-
debugger;
11451144
verifyWithOptions({ module: ModuleKind.AMD }, ["file1.js", "src/file2.js"]);
11461145
});
11471146

src/testRunner/unittests/tsserverProjectSystem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9333,7 +9333,7 @@ export function Test2() {
93339333
textSpan: protocolTextSpanFromSubstring(userTs.content, "fnA", { index: 1 }),
93349334
definitions: [protocolFileSpanFromSubstring(aTs, "fnA")],
93359335
});
9336-
checkNumberOfProjects(session.getProjectService(), { configuredProjects: 1 }); debugger;
9336+
checkNumberOfProjects(session.getProjectService(), { configuredProjects: 1 });
93379337
verifyUserTsConfigProject(session);
93389338

93399339
// Navigate to the definition

0 commit comments

Comments
 (0)