Skip to content

Commit

Permalink
fix: ensure all plugins are installed (including BS next)
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Oct 3, 2024
1 parent bd66aed commit 3779d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/specs/components/BatchSearchActions.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('BatchSearchActions.vue', () => {
api = { deleteBatchSearch: vi.fn() }
const core = CoreSetup.init(api, getMode(MODE_NAME.SERVER)).useAll().useRouter()
router = core.router
plugins = [core.plugin, core.i18n, core.store, core.wait, core.router]
plugins = core.plugins
store = core.store
})

Expand Down

0 comments on commit 3779d3e

Please sign in to comment.