describe("index", () => { it("fail", () => { expect(1).toBe(0); }); });