Skip to content

Commit

Permalink
Bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
timwekkenbc committed May 7, 2024
1 parent d77eb4b commit 00ff8fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/components/InputOutputTable/InputOutputTable.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ describe("InputOutputTable", () => {

test("renders InputOutputTable component", async () => {
render(<InputOutputTable />);
// Added bad test on purpose to show how it failsßß
expect(true).toBe(false);
});
});

0 comments on commit 00ff8fb

Please sign in to comment.