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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user