mirror of https://github.com/status-im/js-waku.git
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:
parent
2381adfd17
commit
fb89b78754
|
@ -16,7 +16,7 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts build",
|
||||||
"eject": "react-scripts eject"
|
"eject": "react-scripts eject"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
|
|
Loading…
Reference in New Issue