File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
react-bootstrap-table2-editor/test
react-bootstrap-table2-filter/test
react-bootstrap-table2-overlay/test
react-bootstrap-table2-paginator/test
react-bootstrap-table2/test Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import _ from 'react-bootstrap-table2/src/utils';
66import remoteResolver from 'react-bootstrap-table2/src/props-resolver/remote-resolver' ;
77import Store from 'react-bootstrap-table2/src/store' ;
88import BootstrapTable from 'react-bootstrap-table2/src/bootstrap-table' ;
9- import cellEditFactory from '../src ' ;
9+ import cellEditFactory from '..' ;
1010import * as Const from '../src/const' ;
1111import wrapperFactory from '../src/wrapper' ;
1212
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import _ from 'react-bootstrap-table2/src/utils';
66import remoteResolver from 'react-bootstrap-table2/src/props-resolver/remote-resolver' ;
77import BootstrapTable from 'react-bootstrap-table2/src/bootstrap-table' ;
88import Store from 'react-bootstrap-table2/src/store' ;
9- import filter , { textFilter } from '../src ' ;
9+ import filter , { textFilter } from '..' ;
1010import wrapperFactory from '../src/wrapper' ;
1111import { FILTER_TYPE } from '../src/const' ;
1212
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react';
22import { shallow , render } from 'enzyme' ;
33import LoadingOverlay from 'react-loading-overlay' ;
44
5- import overlayFactory from '../src ' ;
5+ import overlayFactory from '..' ;
66
77describe ( 'overlayFactory' , ( ) => {
88 let wrapper ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { shallow } from 'enzyme';
66import BootstrapTable from 'react-bootstrap-table2/src/bootstrap-table' ;
77import remoteResolver from 'react-bootstrap-table2/src/props-resolver/remote-resolver' ;
88import Store from 'react-bootstrap-table2/src/store' ;
9- import paginator from '../src ' ;
9+ import paginator from '..' ;
1010import wrapperFactory from '../src/wrapper' ;
1111import Pagination from '../src/pagination' ;
1212import Const from '../src/const' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import React from 'react';
44import { shallow } from 'enzyme' ;
55
66import BootstrapTable from '../src/bootstrap-table' ;
7- import Container from '../src ' ;
7+ import Container from '../index.js ' ;
88
99describe ( 'container' , ( ) => {
1010 let wrapper ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import React from 'react';
33import sinon from 'sinon' ;
44import { shallow } from 'enzyme' ;
55
6- import Container from '../../src/ ' ;
6+ import Container from '../../' ;
77// import remoteResolver from '../../src/props-resolver/remote-resolver';
88
99describe ( 'remoteResolver' , ( ) => {
You can’t perform that action at this time.
0 commit comments