This commit is contained in:
Greg Cobb and JR Boyens
2013-07-19 17:34:04 -07:00
parent a6953df28c
commit 1b0b4f22a0
3 changed files with 25 additions and 14 deletions

View File

@@ -175,6 +175,7 @@ describe("toThrowError", function() {
result = matcher.compare(fn, CustomError);
expect(result.pass).toBe(true);
debugger
expect(result.message).toEqual("Expected function not to throw CustomError.");
});