We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6b189 commit 832c2e6Copy full SHA for 832c2e6
src/vue-testing-library.js
@@ -49,7 +49,7 @@ function render(
49
50
// Should we expose vue 3 app? if so, how?
51
if (configurationCb && typeof configurationCb === 'function') {
52
- additionalOptions = configurationCb(localVue, vuexStore, router)
+ additionalOptions = configurationCb(router)
53
}
54
55
// If `propsData` is provided, rename it to `props`
0 commit comments