it('should reject if process not running', async () => {
    const fn = await syncify(async () => {
      const p = new Engine('').quit()
      await p
    })