describe('failure', () => { test('should fail', () => { expect(true).toBeFalsy() }) })