We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561fc34 commit bddce53Copy full SHA for bddce53
tests/full-dom.jsx
@@ -7,7 +7,7 @@ describe('Render into document.body', () => {
7
Test(<section />, {fullDOM: true})
8
.test(function() {
9
expect(global.window.document.querySelector('section'))
10
- .to.be.okay
+ .to.not.equal(null)
11
})
12
.clean()
13
0 commit comments