it('should reject if emitter is not available', async () => {
    const fn = await syncify(async () => {
      await new Engine('').stop()
    })