UNPKG

jasmine-bamboo-reporter

Version:

A reporter for Jasmine which produces a report compatible with Atlassian Bamboo Mocha Test Parser.

6 lines (5 loc) 291 B
describe("fail suite 1", function () { it("should like lima beans", function () { expect(false).toBeTruthy(); } ); it("should be respectful to its elders", function () { expect(false).toBeTruthy(); } ); it("should like Donald Trump", function () { expect(false).toBeTruthy(); } ); });