From 6fcad1bbddd138f355e9054642a077b8c49d7099 Mon Sep 17 00:00:00 2001 From: Pierre Romera Date: Mon, 26 Aug 2024 16:52:06 +0000 Subject: [PATCH] test: use murmur without adding i18n and bootstrap vue --- tests/unit/CoreSetup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/CoreSetup.js b/tests/unit/CoreSetup.js index b33a0fb305..22ce4453f3 100644 --- a/tests/unit/CoreSetup.js +++ b/tests/unit/CoreSetup.js @@ -16,7 +16,7 @@ class CoreSetup extends Core { this.plugin, this.bootstrapVue, this.i18n, - this.murmur, + [this.murmur, { useI18n: false, useBootstrap: false }], this.store, this.vueShortkey, this.vueScrollTo,