We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e53050 commit 869b096Copy full SHA for 869b096
docs/api/config.md
@@ -6,7 +6,10 @@ Vue Test Utils includes a config object to defined options used by Vue Test Util
6
7
### `showDeprecationWarnings`
8
9
-Turn off deprecation warnings.
+- type: `Boolean`
10
+- default: `true`
11
+
12
+Control whether or not to show deprecation warnings. When set to `true`, all deprecation warnings are visible in the console.
13
14
Example:
15
0 commit comments