Skip to content

Commit

Permalink
fix: broken unit test to test GHA response
Browse files Browse the repository at this point in the history
  • Loading branch information
nabalone committed Nov 12, 2024
1 parent 2a9f4bf commit fad9355
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,3 +202,8 @@ describe("reordering entries to prioritize desired language when keywords are se
});
});
});
describe("this has a broken test for testing GHA", () => {
it("will fail", () => {
expect(true).toBe(false);

Check failure on line 207 in components/language-chooser/common/find-language/searchResultModifiers.spec.ts

View workflow job for this annotation

GitHub Actions / build-test-release

searchResultModifiers.spec.ts > this has a broken test for testing GHA > will fail

AssertionError: expected true to be false // Object.is equality - Expected + Received - false + true ❯ searchResultModifiers.spec.ts:207:18
});
});

0 comments on commit fad9355

Please sign in to comment.