Skip to content

Commit 050c4f2

Browse files
committed
reorganized imports
1 parent 1e5d8d6 commit 050c4f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import React from 'react';
33
import { shallow, configure } from 'enzyme';
44
import Adapter from 'enzyme-adapter-react-16';
55

6-
configure({ adapter: new Adapter() });
7-
86
import { Times } from '../src';
97

8+
configure({ adapter: new Adapter() });
9+
1010
describe('<Times/>', () => {
1111
it('renders n children', () => {
1212
const wrapper = shallow((

0 commit comments

Comments
 (0)