Closed bikingbadger closed 3 years ago
We could add a small mention that emitted
works fine with the Composition API.
We might need to rethink "Testing events without mounting the component". I don't think the call
hack is going to work with the Composition API.
With the composition API in Vue 3 and emit not being available in the composition API but should be passed as a parameter I wonder if there should be some mention of it in Testing emitted events.
I didn't see this in the Composition chapter and thought that maybe it might need to be mentioned although again the test itself won't really be affected if I understand correctly.