Fixed failing tests

This commit is contained in:
ThaumRystra
2025-01-16 16:24:56 +02:00
parent a2d2f43bed
commit 0bf8fdc6d3
79 changed files with 268 additions and 649 deletions

12
.vscode/settings.json vendored
View File

@@ -36,5 +36,15 @@
"vuetify",
"Vuex",
"walkdown"
]
],
"javascript.preferences.importModuleSpecifier": "non-relative",
"javascript.preferences.importModuleSpecifierEnding": "minimal",
"javascript.preferences.organizeImports": {
"enabled": true,
},
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.importModuleSpecifierEnding": "minimal",
"typescript.preferences.organizeImports": {
"enabled": true,
}
}