Closed
Description
I was trying to test a custom event (in the parent) that is emitted by a child component. However, using wrapper.trigger we can only use DOM events.
Would it be possible to add custom events?
If not, is there a way to test custom events from within the shallow rendered parent component?
My testcase is that the child emits an event and the parent should execute a function on occurrence of this event.