jasmine-headless-webkit/spec/jasmine/failure/failure_spec.js

7 lines
130 B
JavaScript
Raw Permalink Normal View History

describe('failure', function() {
it("should fail with error code of 1", function() {
expect(failure).toEqual(1);
});
});