fit('should reject if "error" is sent', async () => {
    const fn = await syncify(async () => {
      const p = new Engine('').init()
      cpMock.emit('error', new Error('test'))
      await p