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