describe('Testing', () => { it('should have tests, please write them', (done) => { expect(true).toBe(true); done(); }); });