Updated coding styles and test configs

This commit is contained in:
Alejandro Celaya 2019-01-05 23:16:13 +01:00
parent 08488e9bad
commit fac3edaea7
10 changed files with 188 additions and 88 deletions

View file

@ -1,6 +1,6 @@
import React from 'react';
import { shallow } from 'enzyme';
import FontAwesomeIcon from '@fortawesome/react-fontawesome';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import moment from 'moment';
import DateInput from '../../src/utils/DateInput';