#8647 fix vitest warnings #1467

Merged
jon merged 91 commits from 8647_fix_warnings into dev 2025-04-16 11:18:11 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 07d86251cb - Show all commits

View File

@ -90,6 +90,9 @@ export function createWrapper(component, options) {
const defaultOptions = {
global: {
plugins: [i18n, pinia],
directives: {
shortcut: {},
},
},
mocks: {
t: (tKey) => tKey,