daa6fc69
1 2 3 4 5
describe("A suite", function() { it("contains spec with an expectation", function() { expect(true).toBe(true); }); });