From a1321fb5434515bd5e52c17f06a12d8ed5d9d445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Fontcuberta?= Date: Wed, 10 Jun 2020 17:45:19 +0200 Subject: [PATCH] Update config.md --- docs/api/config.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: