UNPKG

reactstrap

Version:
10 lines (8 loc) 247 B
import React from 'react'; import { testForChildrenInComponent } from '../testUtils'; import { PopoverBody } from '..'; describe('PopoverBody', () => { it('should render children', () => { testForChildrenInComponent(PopoverBody); }); });