Removing debugger statements from tests

This commit is contained in:
Sheetal Nandi 2018-08-03 15:41:44 -07:00
parent 3ef067f7d9
commit c6ca96bdcf
2 changed files with 1 additions and 2 deletions

View file

@ -1141,7 +1141,6 @@ namespace ts.tscWatch {
}
it("without outDir or outFile is specified", () => {
debugger;
verifyWithOptions({ module: ModuleKind.AMD }, ["file1.js", "src/file2.js"]);
});

View file

@ -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