Maybe `getMachineInfo()` returns `{ id: 7, mode: 'mark+print' }` Or…`{ id: 7, mark: true, print: false }` `AppSetupErrors.test.tsx` returns three of the following errors which are calls to `/machine-id`. ``` console.error node_modules/jest-environment-jsdom/node_modules/jsdom/lib/jsdom/virtual-console.js:29 Error: Error: connect ECONNREFUSED 127.0.0.1:80 ``` See errors https://app.circleci.com/jobs/github/votingworks/bmd/2302/parallel-runs/0/steps/0-106 from PR: https://github.com/votingworks/bmd/pull/1050
Maybe
getMachineInfo()returns{ id: 7, mode: 'mark+print' }Or…
{ id: 7, mark: true, print: false }AppSetupErrors.test.tsxreturns three of the following errors which are calls to/machine-id.See errors https://app.circleci.com/jobs/github/votingworks/bmd/2302/parallel-runs/0/steps/0-106 from PR: #1050