Skip to content

Commit

Permalink
test: use murmur without adding i18n and bootstrap vue
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Aug 26, 2024
1 parent 6f8ddcc commit 6fcad1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/CoreSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6fcad1b

Please sign in to comment.