Started splitting engine tests into individual files and testing action props

This commit is contained in:
Thaum Rystra
2024-02-15 23:16:18 +02:00
parent 60117308f7
commit 5b7d352323
13 changed files with 1190 additions and 807 deletions

View File

@@ -20,11 +20,11 @@
"npm": "6.13.x"
},
"dependencies": {
"@babel/runtime": "^7.23.7",
"@babel/runtime": "^7.23.9",
"@chenfengyuan/vue-countdown": "^1.1.5",
"@tozd/vue-observer-utils": "^0.5.0",
"@types/meteor": "^2.9.7",
"aws-sdk": "^2.1528.0",
"@types/meteor": "^2.9.8",
"aws-sdk": "^2.1559.0",
"bcrypt": "^5.1.1",
"chroma-js": "^2.4.2",
"css-box-shadow": "^1.0.0-3",
@@ -36,7 +36,7 @@
"ddp-rate-limiter-mixin": "^1.1.10",
"discord.js": "^12.5.3",
"dompurify": "^2.4.7",
"ignore": "^5.3.0",
"ignore": "^5.3.1",
"ignore-styles": "^5.0.1",
"lodash": "^4.17.20",
"marked": "^4.3.0",
@@ -49,7 +49,7 @@
"pretty-bytes": "^6.1.1",
"qrcode.vue": "^1.7.0",
"request": "^2.88.2",
"sharp": "^0.33.1",
"sharp": "^0.33.2",
"simpl-schema": "^1.13.1",
"source-map-support": "^0.5.21",
"speakingurl": "^14.0.1",
@@ -60,7 +60,7 @@
"vue-reactive-provide": "^0.3.0",
"vue-router": "^3.6.5",
"vuedraggable": "^2.23.2",
"vuetify": "^2.7.1",
"vuetify": "^2.7.2",
"vuetify-upload-button": "^2.0.2",
"vuex": "^3.1.3"
},
@@ -68,9 +68,9 @@
"@types/mocha": "^10.0.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vue/compiler-dom": "^3.4.2",
"@vue/runtime-dom": "^3.4.2",
"chai": "^4.3.10",
"@vue/compiler-dom": "^3.4.19",
"@vue/runtime-dom": "^3.4.19",
"chai": "^4.4.1",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.20.0",
"eslint-plugin-vuetify": "^1.1.0",