It should fail

This commit is contained in:
BinarySandia04 2024-10-09 14:55:59 +02:00
parent 7ff9db0e80
commit 8d722ef550

View File

@ -1,5 +1,5 @@
describe("HelloWorld", () => { describe("HelloWorld", () => {
it("renders properly", () => { it("renders properly", () => {
expect("Hello Jest").toContain("Hello Jest") expect("Hello Jest").toContain("Hello Jeot")
}) })
}) })