Skip to content

Commit

Permalink
faling commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mnosov622 committed Nov 6, 2022
1 parent 04591f5 commit cc246b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/homepage.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { addHomePage } = require("../homepage");

test("if nothing passed to function return false", () => {
expect(addHomePage()).toBeFalsy();
expect(addHomePage()).toBeTruthy();
});

0 comments on commit cc246b2

Please sign in to comment.