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 1b2beb9 commit 3f85527Copy full SHA for 3f85527
src/to-contain-html.js
@@ -11,7 +11,7 @@ export function toContainHTML(container, htmlText) {
11
matcherHint(`${this.isNot ? '.not' : ''}.toContainHTML`, 'element', ''),
12
'',
13
'Received:',
14
- ` ${printReceived(container.cloneNode(false))}`,
+ ` ${printReceived(container.cloneNode(true))}`,
15
].join('\n')
16
},
17
}
0 commit comments