describe('A basic test', (): void => { it('to have something pass.', async (): Promise => { expect(true).toBeTruthy(); }); });