Stage one of migration complete, now need to pick through and implement individual changes

This commit is contained in:
2019-10-25 18:34:30 +00:00
parent d341c8b0d4
commit 16b925baac
5 changed files with 115 additions and 603 deletions

View File

@@ -20,7 +20,7 @@
"typeface-roboto": "0.0.54",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vuetify": "^1.5.19",
"vuetify": "^2.1.6",
"vuetify-dialog": "^0.3.8",
"vuex": "^3.1.1",
"vuex-persistedstate": "^2.5.4"
@@ -41,7 +41,7 @@
"babel-jest": "^23.6.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"node-sass": "^4.13.0",
"sass": "^1.23.1",
"sass-loader": "^7.3.1",
"vue-cli-plugin-vuetify": "^1.1.1",
"vue-template-compiler": "^2.6.10"
@@ -71,26 +71,6 @@
"not ie <= 10"
],
"jest": {
"moduleFileExtensions": [
"js",
"jsx",
"json",
"vue"
],
"transform": {
"^.+\\.vue$": "vue-jest",
".+\\.(css|styl|less|sass|scss|svg|png|jpg|ttf|woff|woff2)$": "jest-transform-stub",
"^.+\\.jsx?$": "babel-jest"
},
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/src/$1"
},
"snapshotSerializers": [
"jest-serializer-vue"
],
"testMatch": [
"**/tests/unit/**/*.spec.(js|jsx|ts|tsx)|**/__tests__/*.(js|jsx|ts|tsx)"
],
"testURL": "http://localhost/"
"preset": "@vue/cli-plugin-unit-jest"
}
}