describe("errorjs", function() { it("passes", function() { }); it("fails", function() { throw new Error("FAIL") }); });