Skip to content

Commit 195e3e3

Browse files
committed
Merge pull request microsoft#334 from Microsoft/removeDebuggerStatements
Remove debugger statements from fourslash tests
2 parents 13bbb98 + acd3ba3 commit 195e3e3

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

tests/cases/fourslash/genericParameterHelp.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
////class Bar<T> extends testClass</*type3*/
2828
////var x : testClass<,, /*type4*/any>;
2929

30-
debugger;
3130
// goTo.marker("1");
3231
// verify.currentSignatureParamterCountIs(3);
3332
// verify.currentSignatureHelpIs("testFunction<T extends IFoo, U, M extends IFoo>(a: T, b: U, c: M): M");

tests/cases/fourslash/navbar_contains-no-duplicates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
//// {| "itemName": "ABC", "kind": "module", "parentName": "" |}module ABC {
2727
//// export var {| "itemName": "x", "kind": "var" |}x = 3;
2828
//// }
29-
debugger;
29+
3030
verify.getScriptLexicalStructureListCount(12);
3131
test.markers().forEach(marker => {
3232
if (marker.data) {

tests/cases/fourslash/signatureHelpNegativeTests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//////inside a comment foo(/*insideComment*/
66
////cl/*invalidContext*/ass InvalidSignatureHelpLocation { }
77
////InvalidSignatureHelpLocation(/*validContext*/);
8-
debugger;
8+
99
goTo.marker('insideComment');
1010
verify.not.signatureHelpPresent();
1111

0 commit comments

Comments
 (0)