mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
fix entry point changed
This commit is contained in:
parent
41d76a08ce
commit
a9dd05d7cc
@ -6,7 +6,7 @@ import _ from 'react-bootstrap-table2/src/utils';
|
|||||||
import remoteResolver from 'react-bootstrap-table2/src/props-resolver/remote-resolver';
|
import remoteResolver from 'react-bootstrap-table2/src/props-resolver/remote-resolver';
|
||||||
import Store from 'react-bootstrap-table2/src/store';
|
import Store from 'react-bootstrap-table2/src/store';
|
||||||
import BootstrapTable from 'react-bootstrap-table2/src/bootstrap-table';
|
import BootstrapTable from 'react-bootstrap-table2/src/bootstrap-table';
|
||||||
import cellEditFactory from '../src';
|
import cellEditFactory from '..';
|
||||||
import * as Const from '../src/const';
|
import * as Const from '../src/const';
|
||||||
import wrapperFactory from '../src/wrapper';
|
import wrapperFactory from '../src/wrapper';
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@ import _ from 'react-bootstrap-table2/src/utils';
|
|||||||
import remoteResolver from 'react-bootstrap-table2/src/props-resolver/remote-resolver';
|
import remoteResolver from 'react-bootstrap-table2/src/props-resolver/remote-resolver';
|
||||||
import BootstrapTable from 'react-bootstrap-table2/src/bootstrap-table';
|
import BootstrapTable from 'react-bootstrap-table2/src/bootstrap-table';
|
||||||
import Store from 'react-bootstrap-table2/src/store';
|
import Store from 'react-bootstrap-table2/src/store';
|
||||||
import filter, { textFilter } from '../src';
|
import filter, { textFilter } from '..';
|
||||||
import wrapperFactory from '../src/wrapper';
|
import wrapperFactory from '../src/wrapper';
|
||||||
import { FILTER_TYPE } from '../src/const';
|
import { FILTER_TYPE } from '../src/const';
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@ import React from 'react';
|
|||||||
import { shallow, render } from 'enzyme';
|
import { shallow, render } from 'enzyme';
|
||||||
import LoadingOverlay from 'react-loading-overlay';
|
import LoadingOverlay from 'react-loading-overlay';
|
||||||
|
|
||||||
import overlayFactory from '../src';
|
import overlayFactory from '..';
|
||||||
|
|
||||||
describe('overlayFactory', () => {
|
describe('overlayFactory', () => {
|
||||||
let wrapper;
|
let wrapper;
|
||||||
|
|||||||
@ -6,7 +6,7 @@ import { shallow } from 'enzyme';
|
|||||||
import BootstrapTable from 'react-bootstrap-table2/src/bootstrap-table';
|
import BootstrapTable from 'react-bootstrap-table2/src/bootstrap-table';
|
||||||
import remoteResolver from 'react-bootstrap-table2/src/props-resolver/remote-resolver';
|
import remoteResolver from 'react-bootstrap-table2/src/props-resolver/remote-resolver';
|
||||||
import Store from 'react-bootstrap-table2/src/store';
|
import Store from 'react-bootstrap-table2/src/store';
|
||||||
import paginator from '../src';
|
import paginator from '..';
|
||||||
import wrapperFactory from '../src/wrapper';
|
import wrapperFactory from '../src/wrapper';
|
||||||
import Pagination from '../src/pagination';
|
import Pagination from '../src/pagination';
|
||||||
import Const from '../src/const';
|
import Const from '../src/const';
|
||||||
|
|||||||
@ -4,7 +4,7 @@ import React from 'react';
|
|||||||
import { shallow } from 'enzyme';
|
import { shallow } from 'enzyme';
|
||||||
|
|
||||||
import BootstrapTable from '../src/bootstrap-table';
|
import BootstrapTable from '../src/bootstrap-table';
|
||||||
import Container from '../src';
|
import Container from '../index.js';
|
||||||
|
|
||||||
describe('container', () => {
|
describe('container', () => {
|
||||||
let wrapper;
|
let wrapper;
|
||||||
|
|||||||
@ -3,7 +3,7 @@ import React from 'react';
|
|||||||
import sinon from 'sinon';
|
import sinon from 'sinon';
|
||||||
import { shallow } from 'enzyme';
|
import { shallow } from 'enzyme';
|
||||||
|
|
||||||
import Container from '../../src/';
|
import Container from '../../';
|
||||||
// import remoteResolver from '../../src/props-resolver/remote-resolver';
|
// import remoteResolver from '../../src/props-resolver/remote-resolver';
|
||||||
|
|
||||||
describe('remoteResolver', () => {
|
describe('remoteResolver', () => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user