Skip to content

Commit 4f834e8

Browse files
author
Vesa Piittinen
committed
Fix test
1 parent abda354 commit 4f834e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/index.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@ describe('Lazy', function() {
7070
)
7171
)
7272

73-
// JSDOM renders as `<img src="">`
7473
expect(ReactDOM.findDOMNode(rendered).innerHTML).to.equal(
75-
'<div><noscript><img src=""></noscript></div><div><div><noscript><img src=""></noscript></div></div>'
74+
'<div><noscript><img src=""/></noscript></div><div><div><noscript><img src=""/></noscript></div></div>'
7675
)
7776
})
7877

0 commit comments

Comments
 (0)