`npm test`
Unfortunately I'm not able to mock an error thrown by the camera. Manually test that the camera modal goes away and the error msg is rendered by
- change line 47 of ScanQRCode.js from `if (error instanceof NotFoundException) {` to `if (!(error instanceof NotFoundException)) {`
- `npm start`
screenshot rel:
{F7269984}