Skip to content

Commit

Permalink
chore: remove not needed global.document
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Jun 6, 2023
1 parent e57b766 commit a7ba51b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/converters/fromHtml.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ const dom = new JSDOM();
const DOMParser = dom.window.DOMParser;
const parser = new DOMParser();

global.document = dom.window.document;

const TEXT_NODE = 3;
const COMMENT = 8;

Expand Down

0 comments on commit a7ba51b

Please sign in to comment.