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 5c7ce73 commit fa72917Copy full SHA for fa72917
src/vue-testing-library.js
@@ -78,7 +78,6 @@ function render(
78
debug: (el = baseElement) =>
79
Array.isArray(el) ? el.forEach(e => logDOM(e)) : logDOM(el),
80
unmount: () => wrapper.unmount(),
81
- // isUnmounted: () => wrapper.vm._isDestroyed,
82
html: () => wrapper.html(),
83
emitted: () => wrapper.emitted(),
84
setProps: props => wrapper.setProps(props),
0 commit comments