removed jest unit test shit

This commit is contained in:
2020-10-19 15:24:31 +00:00
parent 718dfd80aa
commit 163c815b2e
2 changed files with 16 additions and 9 deletions

View File

@@ -21,6 +21,19 @@ todo: Email notification sb link to edit subscription?
todo: v7 items .net final version update to if possible and feature request for search client notes direct open plus whatever is on the list todo: v7 items .net final version update to if possible and feature request for search client notes direct open plus whatever is on the list
todo: Update marked library to latest, view breaking changes first
https://github.com/markedjs/marked/releases
todo: move typeface roboto to new source or see how vue cli is handling it etc
https://github.com/KyleAMathews/typefaces/tree/master/packages/roboto
todo: JWT Decode major updated version
potentially breaking changes
https://github.com/auth0/jwt-decode#readme
todo: Monaco editor and webpack plugin update
https://github.com/microsoft/monaco-editor/blob/master/CHANGELOG.md
https://github.com/Microsoft/monaco-editor-webpack-plugin#readme
### MEDIUM ITEMS ####### ### MEDIUM ITEMS #######

View File

@@ -5,8 +5,7 @@
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
"build": "vue-cli-service build --modern", "build": "vue-cli-service build --modern",
"buildnopwa": "vue-cli-service build --modern --skip-plugins pwa,workbox", "buildnopwa": "vue-cli-service build --modern --skip-plugins pwa,workbox",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e", "test:e2e": "vue-cli-service test:e2e",
"test:front": "vue-cli-service test:e2e --url http://localhost:8080", "test:front": "vue-cli-service test:e2e --url http://localhost:8080",
"lint": "vue-cli-service lint", "lint": "vue-cli-service lint",
@@ -44,15 +43,13 @@
"@vue/cli-plugin-e2e-cypress": "^4.5.8", "@vue/cli-plugin-e2e-cypress": "^4.5.8",
"@vue/cli-plugin-eslint": "^4.5.8", "@vue/cli-plugin-eslint": "^4.5.8",
"@vue/cli-plugin-pwa": "^4.5.8", "@vue/cli-plugin-pwa": "^4.5.8",
"@vue/cli-plugin-router": "^4.5.8", "@vue/cli-plugin-router": "^4.5.8",
"@vue/cli-plugin-unit-jest": "^4.5.8",
"@vue/cli-plugin-vuex": "^4.5.8", "@vue/cli-plugin-vuex": "^4.5.8",
"@vue/cli-service": "^4.5.8", "@vue/cli-service": "^4.5.8",
"@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.1.0", "@vue/test-utils": "^1.1.0",
"babel-core": "6.26.3", "babel-core": "6.26.3",
"babel-eslint": "^10.1.0", "babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"deepmerge": "^4.2.2", "deepmerge": "^4.2.2",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.4", "eslint-plugin-prettier": "^3.1.4",
@@ -88,8 +85,5 @@
}, },
"browserslist": [ "browserslist": [
"defaults" "defaults"
], ]
"jest": {
"preset": "@vue/cli-plugin-unit-jest"
}
} }