From 18db2e64fbda882d07b5b9c8f756c228c9bed54b Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Thu, 2 Feb 2023 11:24:17 -0700 Subject: [PATCH] Fix default value reference in docs for showWarnings --- docs/source/api/react/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/api/react/testing.md b/docs/source/api/react/testing.md index 975cc5572ad..59b65a0d755 100644 --- a/docs/source/api/react/testing.md +++ b/docs/source/api/react/testing.md @@ -130,7 +130,7 @@ Props to pass down to the `MockedProvider`'s child. When a request fails to match a mock, a warning is logged to the console to indicate the mismatch. Set this to `false` to silence these warnings. -The default value is `false`. +The default value is `true`.