UNPKG

247 BJavaScriptView Raw
1import React from 'react';
2import { testForChildrenInComponent } from '../testUtils';
3import { PopoverBody } from '..';
4
5describe('PopoverBody', () => {
6 it('should render children', () => {
7 testForChildrenInComponent(PopoverBody);
8 });
9});