Skip to content

Still having issues with "Error: concatUint8Array: Data must be in the form of a Uint8Array" #1226

Answered by skhaz
skhaz asked this question in Q&A
Discussion options

You must be logged in to vote

Adding the the configuration bellow to jest.config.json seems to solve the issue.

{
  "preset": "ts-jest",
  "testEnvironment": "node"
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by twiss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #1196 on February 09, 2021 19:18.