Skip to content

Commit 832c2e6

Browse files
Add POC for Vuex 4
1 parent bc6b189 commit 832c2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vue-testing-library.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function render(
4949

5050
// Should we expose vue 3 app? if so, how?
5151
if (configurationCb && typeof configurationCb === 'function') {
52-
additionalOptions = configurationCb(localVue, vuexStore, router)
52+
additionalOptions = configurationCb(router)
5353
}
5454

5555
// If `propsData` is provided, rename it to `props`

0 commit comments

Comments
 (0)