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 21dccbb commit d5c4d23Copy full SHA for d5c4d23
src/index.js
@@ -30,6 +30,7 @@ function render(ui, {container, baseElement = container, queries} = {}) {
30
// folks can use all the same utilities we return in the first place that are bound to the container
31
},
32
asFragment: () => {
33
+ /* istanbul ignore if (jsdom limitation) */
34
if (typeof document.createRange === 'function') {
35
return document
36
.createRange()
0 commit comments