Fixed coding styles

This commit is contained in:
Alejandro Celaya
2020-12-15 18:57:23 +01:00
parent f9ef7eccf8
commit 3453d4ffd5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,9 +1,9 @@
import { shallow, ShallowWrapper } from 'enzyme';
import { DropdownItem } from 'reactstrap';
import moment from 'moment';
import { Mock } from 'ts-mockery';
import { DateRangeSelector, DateRangeSelectorProps } from '../../../src/utils/dates/DateRangeSelector';
import { DateInterval } from '../../../src/utils/dates/types';
import { Mock } from 'ts-mockery';
describe('<DateRangeSelector />', () => {
let wrapper: ShallowWrapper;