Skip to content

Commit 3229621

Browse files
committed
docs: improve docs
1 parent 6183f32 commit 3229621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/en/api/config.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ VueTestUtils.config.provide['$logger'] = {
8585
- type: `Boolean`
8686
- default: `true`
8787

88-
Logs warning when extended child components are automatically stubbed. Hides warnings when set to `false`.
88+
Logs warning when extended child components are automatically stubbed. Hides warnings when set to `false`. Unlike other config options, this cannot be set on the mounting options.
8989

9090
Example:
9191

9292
```js
9393
import VueTestUtils from '@vue/test-utils'
9494

9595
VueTestUtils.config.logModifiedComponents = false
96-
```
96+
```

0 commit comments

Comments
 (0)