Skip to content

Commit

Permalink
Update hello.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
F4cu81 authored Aug 14, 2024
1 parent 27b8284 commit 9e148cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello.test.js
Original file line number Diff line number Diff line change
@@ -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 Facu desde casa");
});
});

0 comments on commit 9e148cb

Please sign in to comment.