We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f5749 commit d14badfCopy full SHA for d14badf
src/matchers/utils.ts
@@ -87,6 +87,7 @@ export function formatElement(
87
props: defaultMapProps(props),
88
children: childrenToDisplay,
89
},
90
+ // See: https://www.npmjs.com/package/pretty-format#usage-with-options
91
{
92
plugins: [plugins.ReactTestComponent, plugins.ReactElement],
93
printFunctionName: false,
0 commit comments