diff --git a/docs/api/config.md b/docs/api/config.md index 3eceb86b0..5403273e2 100644 --- a/docs/api/config.md +++ b/docs/api/config.md @@ -6,7 +6,10 @@ Vue Test Utils includes a config object to defined options used by Vue Test Util ### `showDeprecationWarnings` -Turn off deprecation warnings. +- type: `Boolean` +- default: `true` + +Control whether or not to show deprecation warnings. When set to `true`, all deprecation warnings are visible in the console. Example: