File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
/* eslint func-names: 0, no-console: 0 */
2
- import expect from 'expect.js'
3
- import Pagination from '../src'
4
- import Select from 'rc-select'
5
- import React from 'react'
6
- import TestUtils from 'react-dom/test-utils'
7
- import ReactDOM from 'react-dom'
8
- import TwoPagination from './helper/two-pagination'
9
-
10
- const Simulate = TestUtils . Simulate
2
+ import expect from 'expect.js' ;
3
+ import Pagination from '../src' ;
4
+ import Select from 'rc-select' ;
5
+ import React from 'react' ;
6
+ import TestUtils from 'react-dom/test-utils' ;
7
+ import ReactDOM from 'react-dom' ;
8
+ import TwoPagination from './helper/two-pagination' ;
9
+
10
+ const Simulate = TestUtils . Simulate ;
11
11
12
12
describe ( 'Uncontrolled Pagination' , ( ) => {
13
13
let pagination = null ;
You can’t perform that action at this time.
0 commit comments