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.
2 parents befde5f + 9e363db commit 6893296Copy full SHA for 6893296
src/index.js
@@ -54,6 +54,7 @@ function render (TestComponent, {
54
unmount: () => wrapper.destroy(),
55
isUnmounted: () => wrapper.vm._isDestroyed,
56
html: () => wrapper.html(),
57
+ emitted: () => wrapper.emitted(),
58
updateProps: _ => {
59
wrapper.setProps(_)
60
return wait()
0 commit comments