Aniss

Results 1 comments of Aniss

A small trick i'm using to make my test fail, but without any console message. ```typescript it('Should alwyas fail', () => { expect(true).toBeFalsy(); }) ```