We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6332fec + d327d00 commit 9e363dbCopy full SHA for 9e363db
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