diff --git a/client/tests/test.spec.js b/client/tests/test.spec.js index ac76f837..7544a535 100644 --- a/client/tests/test.spec.js +++ b/client/tests/test.spec.js @@ -1,5 +1,5 @@ describe("HelloWorld", () => { it("renders properly", () => { - expect("Hello Jest").toContain("Hello Jest") + expect("Hello Jest").toContain("Hello Jeot") }) }) \ No newline at end of file