Skip to content

Commit 9e363db

Browse files
authored
Merge pull request #8 from samdelacruz/master
Expose wrapper.emitted
2 parents 6332fec + d327d00 commit 9e363db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function render (TestComponent, {
5454
unmount: () => wrapper.destroy(),
5555
isUnmounted: () => wrapper.vm._isDestroyed,
5656
html: () => wrapper.html(),
57+
emitted: () => wrapper.emitted(),
5758
updateProps: _ => {
5859
wrapper.setProps(_)
5960
return wait()

0 commit comments

Comments
 (0)