it('fails', async () => { expect(await somePromise()).toBe(undefined) expect(await someOtherPromise()).toBeDefined() })