fix entry point changed

This commit is contained in:
AllenFang 2018-01-18 22:53:51 +08:00
parent 41d76a08ce
commit a9dd05d7cc
6 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ import _ from 'react-bootstrap-table2/src/utils';
import remoteResolver from 'react-bootstrap-table2/src/props-resolver/remote-resolver';
import Store from 'react-bootstrap-table2/src/store';
import BootstrapTable from 'react-bootstrap-table2/src/bootstrap-table';
import cellEditFactory from '../src';
import cellEditFactory from '..';
import * as Const from '../src/const';
import wrapperFactory from '../src/wrapper';

View File

@ -6,7 +6,7 @@ import _ from 'react-bootstrap-table2/src/utils';
import remoteResolver from 'react-bootstrap-table2/src/props-resolver/remote-resolver';
import BootstrapTable from 'react-bootstrap-table2/src/bootstrap-table';
import Store from 'react-bootstrap-table2/src/store';
import filter, { textFilter } from '../src';
import filter, { textFilter } from '..';
import wrapperFactory from '../src/wrapper';
import { FILTER_TYPE } from '../src/const';

View File

@ -2,7 +2,7 @@ import React from 'react';
import { shallow, render } from 'enzyme';
import LoadingOverlay from 'react-loading-overlay';
import overlayFactory from '../src';
import overlayFactory from '..';
describe('overlayFactory', () => {
let wrapper;

View File

@ -6,7 +6,7 @@ import { shallow } from 'enzyme';
import BootstrapTable from 'react-bootstrap-table2/src/bootstrap-table';
import remoteResolver from 'react-bootstrap-table2/src/props-resolver/remote-resolver';
import Store from 'react-bootstrap-table2/src/store';
import paginator from '../src';
import paginator from '..';
import wrapperFactory from '../src/wrapper';
import Pagination from '../src/pagination';
import Const from '../src/const';

View File

@ -4,7 +4,7 @@ import React from 'react';
import { shallow } from 'enzyme';
import BootstrapTable from '../src/bootstrap-table';
import Container from '../src';
import Container from '../index.js';
describe('container', () => {
let wrapper;

View File

@ -3,7 +3,7 @@ import React from 'react';
import sinon from 'sinon';
import { shallow } from 'enzyme';
import Container from '../../src/';
import Container from '../../';
// import remoteResolver from '../../src/props-resolver/remote-resolver';
describe('remoteResolver', () => {