Removed cypress vue plugin, able to run test server and do a release build seems ok

had to add babel/core manually first
This is the checkpoint for post cypress removal from client project
This commit is contained in:
2021-10-28 23:38:55 +00:00
parent c2961c3563
commit baf0a6bc73
3 changed files with 392 additions and 2776 deletions

View File

@@ -1,8 +1,6 @@
module.exports = {
plugins: ["cypress"],
env: {
mocha: true,
"cypress/globals": true
mocha: true
},
rules: {
strict: "off"