describe(“EvenOrOdd Component”, function() { it(“should pass test”, function() { expect(1 + 1).toEqual(2); }); });