8000 Removed more 'debugger' statements from tests. · johnangularjs/TypeScript@caf0939 · GitHub
[go: up one dir, main page]

Skip to content

Commit caf0939

Browse files
Removed more 'debugger' statements from tests.
1 parent 245dbab commit caf0939

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/cases/unittests/services/colorization.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ describe('Colorization', function () {
6666

6767
describe("test getClassifications", function () {
6868
it("Returns correct token classes", function () {
69-
debugger;
7069
testLexicalClassification("var x: string = \"foo\"; //Hello",
7170
ts.EndOfLineState.None,
7271
keyword("var"),
@@ -138,7 +137,6 @@ describe('Colorization', function () {
138137
});
139138

140139
it("correctly classifies the continuing line of a multi-line string ending in one backslash", function () {
141-
debugger;
142140
testLexicalClassification("\\",
143141
ts.EndOfLineState.InDoubleQuoteStringLiteral,
144142
stringLiteral("\\"),

0 commit comments

Comments
 (0)
0