Skip to content

Commit

Permalink
build: fix jest test environment
Browse files Browse the repository at this point in the history
because of jestjs/jest#4422
  • Loading branch information
mnzaki committed Jan 12, 2021
1 parent ecbf613 commit c327258
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ module.exports = {
],
transform: {
"^.+\\.tsx?$": "ts-jest"
},
globals: {
Uint8Array: Uint8Array,
ArrayBuffer: ArrayBuffer
}
};
};

0 comments on commit c327258

Please sign in to comment.