Workaround for a known jest issue that makes type comparisons of Uint8Array fail
npm install jest-environment-uint8arrayWorkaround for a known jest issue that makes type comparisons of Uint8Array fail: https://github.com/facebook/jest/issues/4422
```
yarn add --dev jest-environment-uint8array
On package.json:
`json``
"jest": {
"testEnvironment": "jest-environment-uint8array"
}