From fb89b78754164c963a67a5bb83bde7798b4ff253 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Mon, 9 Aug 2021 14:17:55 +1000 Subject: [PATCH] Do not run react tests Unfortunately, there are issue with react-scripts (jest) and multiformats: https://github.com/multiformats/js-multiformats/issues/110 --- examples/store-reactjs-chat/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/store-reactjs-chat/package.json b/examples/store-reactjs-chat/package.json index 22f1007e07..3283a720d9 100644 --- a/examples/store-reactjs-chat/package.json +++ b/examples/store-reactjs-chat/package.json @@ -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": {