Remove debugger statement
This commit is contained in:
@@ -175,7 +175,6 @@ describe("toThrowError", function() {
|
|||||||
result = matcher.compare(fn, CustomError);
|
result = matcher.compare(fn, CustomError);
|
||||||
|
|
||||||
expect(result.pass).toBe(true);
|
expect(result.pass).toBe(true);
|
||||||
debugger
|
|
||||||
expect(result.message).toEqual("Expected function not to throw CustomError.");
|
expect(result.message).toEqual("Expected function not to throw CustomError.");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user