Skip to content

Commit

Permalink
Use node test env to get around jest Uin8Array/Buffer issue
Browse files Browse the repository at this point in the history
This is a work-around for the known jest bug.

See: jestjs/jest#4422
  • Loading branch information
moshthepitt committed Feb 2, 2021
1 parent ec01efe commit a57fe98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"fix:prettier": "prettier \"src/**/*.js\" --write",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test": "react-scripts test --env=node",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down

0 comments on commit a57fe98

Please sign in to comment.