Skip to content

Commit

Permalink
feat: Add simple Popover type test (#4103)
Browse files Browse the repository at this point in the history
This was probably missed in #4093 before merge.
  • Loading branch information
bpas247 authored and mxschmitt committed Jul 23, 2019
1 parent 0e94edb commit 7715513
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions types/simple.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import {
OverlayTrigger,
Tooltip,
Pagination,
Popover,
ProgressBar,
Spinner,
Tabs,
Expand Down Expand Up @@ -342,6 +343,13 @@ import {
<Pagination.Last />
</Pagination>;

<Popover id="test-popover">
<Popover.Title>Popover title</Popover.Title>
<Popover.Content>
<strong>Popover Content</strong>
</Popover.Content>
</Popover>;

<div>
<ProgressBar striped variant="success" min={-10} now={40} max={200} />
<ProgressBar striped animated variant="info" now={20} />
Expand Down

0 comments on commit 7715513

Please sign in to comment.