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