Skip to content

Commit 5c7ce73

Browse files
committed
Remove propsData
1 parent a426244 commit 5c7ce73

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/vue-testing-library.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,6 @@ function render(
5252
additionalOptions = configurationCb(router)
5353
}
5454

55-
// If `propsData` is provided, rename it to `props`
56-
// Since this is gonna be a breaking change, we can remove the
57-
// whole thing.
58-
if (!mountOptions.props && !!mountOptions.propsData) {
59-
mountOptions.props = mountOptions.propsData
60-
delete mountOptions.propsData
61-
}
62-
6355
const wrapper = mount(
6456
TestComponent,
6557
merge({

0 commit comments

Comments
 (0)