Added failing test case for #316 trigger match bug

This commit is contained in:
Stefan Zermatten
2023-04-14 12:55:30 +02:00
parent 32e5b0a9f6
commit e961fd2b98
5 changed files with 100 additions and 21 deletions

View File

@@ -23,7 +23,7 @@
"@babel/runtime": "^7.21.0",
"@chenfengyuan/vue-countdown": "^1.1.5",
"@tozd/vue-observer-utils": "^0.5.0",
"aws-sdk": "^2.1326.0",
"aws-sdk": "^2.1358.0",
"bcrypt": "^5.1.0",
"chroma-js": "^2.4.2",
"css-box-shadow": "^1.0.0-3",
@@ -58,6 +58,7 @@
"vuex": "^3.1.3"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@vue/compiler-dom": "^3.2.47",