Remove debugger statement

This commit is contained in:
JR Boyens
2013-07-19 18:55:07 -07:00
parent 03ffe5ce6a
commit 990cc41f45

View File

@@ -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.");
});