type: add $FloxFixMe in asFragment

This commit is contained in:
George Lima 2018-11-29 19:56:27 -03:00
parent aaaa0601b9
commit 5ff386ba82
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import { SidebarComponent } from '../../app/components/sidebar';
describe('<Sidebar />', () => {
describe('render()', () => {
test('should render correctly', () => {
// $FlowFixMe
const { asFragment } = render(
<MemoryRouter>
<SidebarComponent />