Browse Source

style nitpick

tags/v0.1.1
Gerben 5 years ago
parent
commit
347ed46206
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      test/index.js

+ 1
- 4
test/index.js View File

@@ -6,10 +6,7 @@ import documentOuterHTML from '../src'
function makeDocument(html) {
const window = new Window()
const parser = new window.DOMParser()
const doc = parser.parseFromString(
html,
'text/html'
)
const doc = parser.parseFromString(html, 'text/html')
return doc
}



Loading…
Cancel
Save