Skip to content

Commit f8fec72

Browse files
committed
Add wrappers to collection
1 parent 5de673c commit f8fec72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ function render (TestComponent, {
4949
sync: false
5050
})
5151

52+
mountedWrappers.add(wrapper);
53+
5254
return {
5355
debug: () => console.log(prettyDOM(wrapper.element)),
5456
unmount: () => wrapper.destroy(),

0 commit comments

Comments
 (0)