Skip to content

Commit

Permalink
Do not run react tests
Browse files Browse the repository at this point in the history
Unfortunately, there are issue with react-scripts (jest) and
multiformats: multiformats/js-multiformats#110
  • Loading branch information
D4nte committed Aug 9, 2021
1 parent 2381adf commit fb89b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/store-reactjs-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test": "react-scripts build",
"eject": "react-scripts eject"
},
"eslintConfig": {
Expand Down

0 comments on commit fb89b78

Please sign in to comment.