Merge pull request #1185 from threehams/jest-cypress-types

Jest cypress types
This commit is contained in:
hydroflame
2021-09-09 22:58:17 -04:00
committed by GitHub
15 changed files with 388 additions and 375 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.0.6",
"babel-jest": "^27.1.0",
"babel-loader": "^8.0.5",
"beautify-lint": "^1.0.3",
"benchmark": "^2.1.1",
@@ -137,6 +137,7 @@
"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",