Skip to content

Commit

Permalink
Hello
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakra-cloud authored Oct 12, 2023
1 parent 6efb01e commit 238cbf9
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 from Oman!");
});
});

0 comments on commit 238cbf9

Please sign in to comment.