jest-environment-uint8array
v1.0.0
Published
Workaround for a known jest issue that makes type comparisons of Uint8Array fail
Downloads
804
Readme
jest-environment-uint8array
Workaround for a known jest issue that makes type comparisons of Uint8Array fail: https://github.com/facebook/jest/issues/4422
Installation
yarn add --dev jest-environment-uint8arrayJest config:
On package.json:
"jest": {
"testEnvironment": "jest-environment-uint8array"
}