Skip to content

Commit

Permalink
Remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 27, 2023
1 parent c50a790 commit aaae592
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {rehypeDom} from 'rehype-dom'
const {window} = new JSDOM('')

// The globals needed by `rehype-dom`.
global.XMLSerializer = window.XMLSerializer
global.document = window.document
global.DOMParser = window.DOMParser

Expand Down

0 comments on commit aaae592

Please sign in to comment.