Skip to content

Commit 492ab36

Browse files
committed
Clean up
1 parent 680add3 commit 492ab36

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

test/ng/directive/ngIfSpec.js

-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ describe("ngIf", () => {
175175

176176
$scope.show = false;
177177
$scope.$apply();
178-
debugger;
179178
// expect(element.text()).toBe("before;after;");
180179
});
181180

test/ng/directive/selectSpec.js

-2
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,6 @@ describe("select", () => {
370370

371371
$compile(select)(scope);
372372
scope.$apply();
373-
374-
debugger;
375373
expect(select).toEqualSelectWithOptions({
376374
first: ["A"],
377375
second: [["B"]],

0 commit comments

Comments
 (0)