Removed jsdom fourteen dependency on test

refs aa228a8df2

Removes jsdom fourteen dependency for running tests as the latest version of packages doesn't need the fallback
This commit is contained in:
Rishabh 2021-06-16 20:55:42 +05:30 committed by Rishabh Garg
parent 885fe178dd
commit 762c1c53a3

View File

@ -34,7 +34,7 @@
"build:original": "react-scripts build",
"build:combined": "node ./scripts/build-combined.js",
"build:bundle": "webpack --config webpack.config.js",
"test": "react-scripts test --env=jsdom-fourteen",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src --ext .js --cache",
"preship": "yarn lint",