From 8d722ef5504b04d9a26182b96d2943f9b5fb2922 Mon Sep 17 00:00:00 2001 From: BinarySandia04 Date: Wed, 9 Oct 2024 14:55:59 +0200 Subject: [PATCH] It should fail --- client/tests/test.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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