fixed tests

This commit is contained in:
Alex Corey
2019-04-17 16:28:31 -04:00
parent 25db22e072
commit 2067718c0e
2 changed files with 38 additions and 20 deletions

View File

@@ -2,7 +2,6 @@ import React from 'react';
import { mount, shallow } from 'enzyme';
import { Router } from 'react-router-dom';
import { createMemoryHistory } from 'history';
import { I18nProvider } from '@lingui/react';
import RoutedTabs, { _RoutedTabs } from '../../src/components/Tabs/RoutedTabs';
let wrapper;