Skip to content

Commit

Permalink
changed the test case
Browse files Browse the repository at this point in the history
  • Loading branch information
NickStefan committed Feb 19, 2016
1 parent 561fc34 commit bddce53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/full-dom.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('Render into document.body', () => {
Test(<section />, {fullDOM: true})
.test(function() {
expect(global.window.document.querySelector('section'))
.to.be.okay
.to.not.equal(null)
})
.clean()

Expand Down

0 comments on commit bddce53

Please sign in to comment.