Pragya Singh
Pragya Singh
> Hi, I am not sure what the following code does.. Try removing that from package.json file. > `"jest": { "coverageReporters": [ "json-summary" ] }` > > and run following...
@alipetarian ```{ "name": "react-playgroung", "version": "0.1.0", "private": true, "dependencies": { "@babel/core": "7.9.0", "@svgr/webpack": "4.3.3", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", "@testing-library/user-event": "^7.1.2", "@typescript-eslint/eslint-plugin": "^2.10.0", "@typescript-eslint/parser": "^2.10.0", "babel-eslint": "10.1.0", "babel-jest": "^24.9.0", "babel-loader": "8.1.0",...