describe("UI Modal", function() { it("contains spec with an expectation", function() { expect(true).toBe(true); }); it("contains another spec with another expectation", function() { expect(true).toBe(true); }); });