test: refs #8647 mock keyShortcut
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2025-02-21 13:50:04 +01:00
parent d881730f27
commit 07d86251cb
1 changed files with 3 additions and 0 deletions

View File

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