## Current Behavior Currently vue mount returns the vue wrapper object. ## Desired Behavior vue mount should return an object with the wrapper and component ```js { wrapper: VueWrapper component: VueWrapper.vm } ```
Current Behavior
Currently vue mount returns the vue wrapper object.
Desired Behavior
vue mount should return an object with the wrapper and component