diff --git a/jest.config.js b/jest.config.js deleted file mode 100644 index 02f8b699..00000000 --- a/jest.config.js +++ /dev/null @@ -1,6 +0,0 @@ -module.exports = { - preset: '@vue/cli-plugin-unit-jest/presets/typescript-and-babel', - transform: { - '^.+\\.vue$': 'vue-jest', - }, -} diff --git a/package.json b/package.json index ef2a2def..8e9dc5c5 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "hfmath": "0.0.2", "lodash": "^4.17.20", "mitt": "^3.0.0", + "pinia": "^2.0.4", "pptxgenjs": "^3.7.1", "prosemirror-commands": "^1.1.7", "prosemirror-dropcursor": "^1.3.2", @@ -36,8 +37,7 @@ "svg-pathdata": "^6.0.0", "tinycolor2": "^1.4.2", "vue": "^3.2.22", - "vuedraggable": "^4.0.1", - "vuex": "^4.0.2" + "vuedraggable": "^4.0.1" }, "devDependencies": { "@commitlint/cli": "^12.0.0", diff --git a/src/App.vue b/src/App.vue index 2d76021e..26299aed 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,8 +4,9 @@