We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 521c869 commit e63a2adCopy full SHA for e63a2ad
src/ItemContainer/ItemContainer.spec.js
@@ -25,4 +25,8 @@ describe('ItemContainer', () => {
25
}),
26
);
27
});
28
+
29
+ it('renders Provider without children', () => {
30
+ expect(() => mount(<Provider uuid="foo" />)).not.toThrow();
31
+ });
32
0 commit comments