Skip to content

Commit

Permalink
Add test for the sake of coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ryami333 committed Oct 18, 2018
1 parent 521c869 commit e63a2ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ItemContainer/ItemContainer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ describe('ItemContainer', () => {
}),
);
});

it('renders Provider without children', () => {
expect(() => mount(<Provider uuid="foo" />)).not.toThrow();
});
});

0 comments on commit e63a2ad

Please sign in to comment.