Skip to content

Commit bddce53

Browse files
committed
changed the test case
1 parent 561fc34 commit bddce53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/full-dom.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('Render into document.body', () => {
77
Test(<section />, {fullDOM: true})
88
.test(function() {
99
expect(global.window.document.querySelector('section'))
10-
.to.be.okay
10+
.to.not.equal(null)
1111
})
1212
.clean()
1313

0 commit comments

Comments
 (0)