From b8d0c482d71c9acd48e7332fb7b3296a2bebc438 Mon Sep 17 00:00:00 2001 From: fernandogomezjaime Date: Thu, 15 Aug 2024 14:31:56 -0500 Subject: [PATCH] cambio en el titulo para el test --- hello.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.test.js b/hello.test.js index 23ec8b9..5ea1c96 100644 --- a/hello.test.js +++ b/hello.test.js @@ -1,6 +1,6 @@ const hello = require("./hello"); describe("My hello", () => { test("works", () => { - expect(hello.hello()).toEqual("Hello World from the Office Hours in the terminal!"); + expect(hello.hello()).toEqual("Hello World, desde PERU"); }); });