🐛 Fix case sensitive module path

This commit is contained in:
afc163 2018-11-15 14:43:54 +08:00
parent 1cbe8bc919
commit 6f98969dc0

View File

@ -1,7 +1,7 @@
import React from 'react'; import React from 'react';
import { mount } from 'enzyme'; import { mount } from 'enzyme';
import Select from '..'; import Select from '..';
import Icon from '../../Icon'; import Icon from '../../icon';
import focusTest from '../../../tests/shared/focusTest'; import focusTest from '../../../tests/shared/focusTest';
const { Option } = Select; const { Option } = Select;