Skip to content

Commit 64ae333

Browse files
committed
Bump deps
1 parent 0b66066 commit 64ae333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vue-testing-library.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function render(
5757
}
5858

5959
// If `propsData` is provided, rename it to `props`
60-
// Since this is gonna be a breaking channge, we can remove the
60+
// Since this is gonna be a breaking change, we can remove the
6161
// whole thing.
6262
if (!mountOptions.props && !!mountOptions.propsData) {
6363
mountOptions.props = mountOptions.propsData
@@ -111,7 +111,7 @@ function cleanupAtWrapper(wrapper) {
111111
}
112112

113113
try {
114-
wrapper.destroy()
114+
wrapper.unmount()
115115
} finally {
116116
mountedWrappers.delete(wrapper)
117117
}

0 commit comments

Comments
 (0)