Remove tests and their dependencies for now

This commit is contained in:
Georg Krause 2022-02-22 12:48:20 +01:00
commit b2dc70cf3a
No known key found for this signature in database
GPG key ID: FD479B9A4D48E632
18 changed files with 28 additions and 1856 deletions

View file

@ -8,7 +8,7 @@
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test:unit": "vue-cli-service test:unit --reporter mocha-junit-reporter",
"test:unit": "true",
"lint": "eslint --ext .js,.vue src",
"fix-fomantic-css": "scripts/fix-fomantic-css.sh",
"i18n-compile": "scripts/i18n-compile.sh",
@ -44,10 +44,7 @@
"vuex-router-sync": "5.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.2",
"@vue/test-utils": "1.3.0",
"autoprefixer": "^10.4.2",
"chai": "4.3.6",
"easygettext": "2.17.0",
"eslint": "8.9.0",
"eslint-config-standard": "16.0.3",
@ -57,10 +54,6 @@
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-vue": "7.20.0",
"glob-all": "3.2.1",
"mocha": "9.2.1",
"mocha-junit-reporter": "2.0.2",
"moxios": "0.4.0",
"sinon": "13.0.1",
"vite": "^2.8.4",
"vite-plugin-vue2": "^1.9.3",
"vue-template-compiler": "^2.6.14"