Skip to content

Commit bc6b189

Browse files
Add POC for Vuex 4
1 parent 8622878 commit bc6b189

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/vue-testing-library.js

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

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

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

0 commit comments

Comments
 (0)