Skip to content

Commit

Permalink
keep DocumentFragment in jsdom
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Aug 23, 2022
1 parent c9e3d21 commit e4dbc2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/utils/createDOM.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const whitelist = [
'Node',
'Performance',
'document',
'DocumentFragment',
];
const blacklist = ['sessionStorage', 'localStorage'];

Expand Down

0 comments on commit e4dbc2b

Please sign in to comment.