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
Instead of configuring global mounting options on a per-test basis, you can configure them globally. These will be used by default every time you `mount` a component. You can then override the defaults via mounting options.
1846
1847
1847
-
An example might be globally mocking the `$t` variable from vue-i18n, globally stubbing out a component, or any other global item:
1848
+
**Example:**
1849
+
1850
+
An example might be globally mocking the `$t` variable from vue-i18n and a component:
0 commit comments