Skip to content

Commit 16fb0d4

Browse files
committed
Fix test broken by chai-enzyme
1 parent 2bd6b2e commit 16fb0d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/components/root.spec.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ const output = shallow(<Root />)
2525
// )
2626

2727
exports['<Root />'] = {
28-
'is a <div>': () => expect(output).to.have.tagName('div'),
28+
'is a <div>': () => expect(output.type()).to.equal('div'),
2929
}

0 commit comments

Comments
 (0)