7 lines
130 B
JavaScript
7 lines
130 B
JavaScript
|
describe('failure', function() {
|
||
|
it("should fail with error code of 1", function() {
|
||
|
expect(failure).toEqual(1);
|
||
|
});
|
||
|
});
|
||
|
|