We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5d8d6 commit 050c4f2Copy full SHA for 050c4f2
tests/index.js
@@ -3,10 +3,10 @@ import React from 'react';
3
import { shallow, configure } from 'enzyme';
4
import Adapter from 'enzyme-adapter-react-16';
5
6
-configure({ adapter: new Adapter() });
7
-
8
import { Times } from '../src';
9
+configure({ adapter: new Adapter() });
+
10
describe('<Times/>', () => {
11
it('renders n children', () => {
12
const wrapper = shallow((
0 commit comments