Skip to content

Commit e63a2ad

Browse files
committed
Add test for the sake of coverage
1 parent 521c869 commit e63a2ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ItemContainer/ItemContainer.spec.js

+4
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ describe('ItemContainer', () => {
2525
}),
2626
);
2727
});
28+
29+
it('renders Provider without children', () => {
30+
expect(() => mount(<Provider uuid="foo" />)).not.toThrow();
31+
});
2832
});

0 commit comments

Comments
 (0)