describe("initial test", () => { it("should init jest", () => { expect(true).toBeTruthy(); }); });