Skip to content

Commit

Permalink
fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsrogers committed May 31, 2023
1 parent 51054f3 commit 018bf41
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/__test__/Home.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ describe("Home", () => {
expect(getByText("home.myFeed")).toBeTruthy();
expect(getByText("home.discover")).toBeTruthy();
});

it("will fail so that we test ci", () => {
expect(1).toBe(2);
})
});

0 comments on commit 018bf41

Please sign in to comment.