Skip to content

Commit fa72917

Browse files
committed
Remove isUnmounted
1 parent 5c7ce73 commit fa72917

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vue-testing-library.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ function render(
7878
debug: (el = baseElement) =>
7979
Array.isArray(el) ? el.forEach(e => logDOM(e)) : logDOM(el),
8080
unmount: () => wrapper.unmount(),
81-
// isUnmounted: () => wrapper.vm._isDestroyed,
8281
html: () => wrapper.html(),
8382
emitted: () => wrapper.emitted(),
8483
setProps: props => wrapper.setProps(props),

0 commit comments

Comments
 (0)