We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc3253 commit daa21f2Copy full SHA for daa21f2
1 file changed
test/NavbarSpec.js
@@ -61,7 +61,7 @@ describe('Nav', function () {
61
let instance = ReactTestUtils.renderIntoDocument(
62
<Navbar componentClass={'header'}/>
63
);
64
- assert.ok(React.findDOMNode(instance).nodeName, 'HEADER');
+ assert.equal(React.findDOMNode(instance).nodeName, 'HEADER');
65
});
66
67
it('Should add header with brand', function () {
0 commit comments