We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1ca8c commit bb3acc6Copy full SHA for bb3acc6
src/v2/guide/unit-testing.md
@@ -91,7 +91,7 @@ import MyComponent from './MyComponent.vue'
91
92
// helper function that mounts and returns the rendered component
93
function getMountedComponent(Component, propsData) {
94
- return shallowMount(MyComponent, {
+ return shallowMount(Component, {
95
propsData
96
})
97
}
0 commit comments