describe("HelloWorld", () => {
it("renders properly", () => {
expect("Hello Jest").toContain("Hello Jeot")
})