Revert "Jest cypress types"

This commit is contained in:
hydroflame
2021-09-10 00:13:03 -04:00
committed by GitHub
parent 715bc541ec
commit 7e8e9e03fc
15 changed files with 375 additions and 388 deletions

View File

@@ -61,7 +61,7 @@
"@types/lodash": "^4.14.168",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-jest": "^27.1.0",
"babel-jest": "^27.0.6",
"babel-loader": "^8.0.5",
"beautify-lint": "^1.0.3",
"benchmark": "^2.1.1",
@@ -137,7 +137,6 @@
"lint": "npm run lint:jsts & npm run lint:style",
"lint:jsts": "eslint --fix . --ext js,jsx,ts,tsx",
"lint:style": "stylelint --fix ./css/*",
"typescript": "tsc --build",
"preinstall": "node ./scripts/engines-check.js",
"test": "jest",
"test:watch": "jest --watch",