describe('a test', () => { it('has to have at least one test', () => { expect(true).toBeTruthy(); }); });