Do not run react tests

Unfortunately, there are issue with react-scripts (jest) and
multiformats: https://github.com/multiformats/js-multiformats/issues/110
This commit is contained in:
Franck Royer 2021-08-09 14:17:55 +10:00
parent 2381adfd17
commit fb89b78754
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -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": {