From 1590e86a563da5fb9268fddc982af8fd684870fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Jastrze=CC=A8bski?= Date: Tue, 7 Jan 2025 18:11:13 +0100 Subject: [PATCH] . --- src/matchers/utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/matchers/utils.ts b/src/matchers/utils.ts index ffcc9d0c..a8c70ddb 100644 --- a/src/matchers/utils.ts +++ b/src/matchers/utils.ts @@ -87,6 +87,7 @@ export function formatElement( props: defaultMapProps(props), children: childrenToDisplay, }, + // See: https://www.npmjs.com/package/pretty-format#usage-with-options { plugins: [plugins.ReactTestComponent, plugins.ReactElement], printFunctionName: false,