You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/common-tips.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This topic is discussed with more details in a [great presentation by Matt O'Con
14
14
15
15
### Shallow mounting
16
16
17
-
Sometimes, mounting a whole component with all its all dependencies might become slow or cumbersome. For example, components that contain many child components.
17
+
Sometimes, mounting a whole component with all its dependencies might become slow or cumbersome. For example, components that contain many child components.
18
18
19
19
Vue Test Utils allows you to mount a component without rendering its child components (by stubbing them) with the [`shallowMount`](../api/#shallowmount) method.
0 commit comments