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 11/* 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 ;
1111
1212describe ( 'Uncontrolled Pagination' , ( ) => {
1313 let pagination = null ;
You can’t perform that action at this time.
0 commit comments