1.0.0 • Published 5 years ago
jest-environment-uint8array v1.0.0
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-uint8array
Jest config:
On package.json
:
"jest": {
"testEnvironment": "jest-environment-uint8array"
}
1.0.0
5 years ago