Remove cypress related dependency and reporting unsupported diagnostic, and ignore e2e/webpack from unit jest (#2229)

* remove cypress related dependency and reporting, and ignore e2e/webpack from unit jest

* revert eslint-plugin-cypress

* revert change on .eslint-webapp
This commit is contained in:
Saturnino Abril
2022-08-23 03:49:49 +08:00
committed by GitHub
parent 455d0c334a
commit 7d321e849b
3 changed files with 8 additions and 24 deletions

View File

@@ -91,6 +91,11 @@
"testMatch": [
"**/src/**/*.test.js"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/e2e/",
"/webpack.config.test.js"
],
"globals": {
"__HASH_VERSION__": "5.0.0",
"__CAN_UPGRADE__": false,