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 c70cbd2 commit e2cc264Copy full SHA for e2cc264
test/CheckboxTree.js
@@ -351,8 +351,8 @@ describe('<CheckboxTree />', () => {
351
/>,
352
);
353
354
- assert.equal(true, wrapper.find(TreeNode).prop('isParent'));
355
- assert.equal(false, wrapper.find(TreeNode).prop('isLeaf'));
+ assert.equal(false, wrapper.find(TreeNode).prop('isParent'));
+ assert.equal(true, wrapper.find(TreeNode).prop('isLeaf'));
356
});
357
358
it('should render a node with a non-empty "children" array as a parent', () => {
0 commit comments