Skip to content

Commit d5c4d23

Browse files
author
Kent C. Dodds
authored
Update index.js
1 parent 21dccbb commit d5c4d23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ function render(ui, {container, baseElement = container, queries} = {}) {
3030
// folks can use all the same utilities we return in the first place that are bound to the container
3131
},
3232
asFragment: () => {
33+
/* istanbul ignore if (jsdom limitation) */
3334
if (typeof document.createRange === 'function') {
3435
return document
3536
.createRange()

0 commit comments

Comments
 (0)