Skip to content

Commit

Permalink
Testing if badge turns to red on a failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeAndWeb committed Sep 17, 2024
1 parent eead4f5 commit 6e39085
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/ngx-translate/core/tests/translate.loader.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ describe('TranslateLoader', () => {
});
});

it('should fail to test if badge is working', () => {
expect(false).toEqual(true);
})

it('should be able to provide any TranslateLoader', () => {
class CustomLoader implements TranslateLoader {
getTranslation(lang: string): Observable<any> {
Expand Down

0 comments on commit 6e39085

Please sign in to comment.