Explorar o código

Add --passWithNoTests to test script

This is mandatory to pass the step currently, because we don't have tests.
Giovanni Giordano %!s(int64=5) %!d(string=hai) anos
pai
achega
493f06e6ba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -22,7 +22,7 @@
   "scripts": {
     "start": "react-scripts start",
     "build": "react-scripts build",
-    "test": "react-scripts test --env=jsdom",
+    "test": "react-scripts test --env=jsdom --passWithNoTests",
     "eject": "react-scripts eject"
   },
   "browserslist": [