mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Removing debugger statements from tests
This commit is contained in:
parent
3ef067f7d9
commit
c6ca96bdcf
@ -1141,7 +1141,6 @@ namespace ts.tscWatch {
|
||||
}
|
||||
|
||||
it("without outDir or outFile is specified", () => {
|
||||
debugger;
|
||||
verifyWithOptions({ module: ModuleKind.AMD }, ["file1.js", "src/file2.js"]);
|
||||
});
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user