Browse Source

Test script updated

Guzel738 4 years ago
parent
commit
4c3e6c4449
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kafka-ui-react-app/package.json

+ 1 - 1
kafka-ui-react-app/package.json

@@ -44,7 +44,7 @@
     "build": "react-scripts build",
     "build": "react-scripts build",
     "lint": "eslint --ext .tsx,.ts src/",
     "lint": "eslint --ext .tsx,.ts src/",
     "lint:fix": "eslint --ext .tsx,.ts src/ --fix",
     "lint:fix": "eslint --ext .tsx,.ts src/ --fix",
-    "test": "cross-env CI=true react-scripts test --env=jsdom",
+    "test": "react-scripts test",
     "eject": "react-scripts eject",
     "eject": "react-scripts eject",
     "tsc": "tsc",
     "tsc": "tsc",
     "test:coverage": "jest --coverage"
     "test:coverage": "jest --coverage"