Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
liuchuzhang committed Mar 7, 2019
1 parent 79483b1 commit f76eb56
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tests/Pagination.spec.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/* eslint func-names: 0, no-console: 0 */
import expect from 'expect.js'
import Pagination from '../src'
import Select from 'rc-select'
import React from 'react'
import TestUtils from 'react-dom/test-utils'
import ReactDOM from 'react-dom'
import TwoPagination from './helper/two-pagination'

const Simulate = TestUtils.Simulate
import expect from 'expect.js';
import Pagination from '../src';
import Select from 'rc-select';
import React from 'react';
import TestUtils from 'react-dom/test-utils';
import ReactDOM from 'react-dom';
import TwoPagination from './helper/two-pagination';

const Simulate = TestUtils.Simulate;

describe('Uncontrolled Pagination', () => {
let pagination = null;
Expand Down

0 comments on commit f76eb56

Please sign in to comment.