Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskruchten committed Mar 7, 2018
1 parent 8ca2e95 commit 8d735bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/test-utils.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import plotly from 'plotly.js';
import {extendDeep} from 'plotly.js/src/lib/extend';
import PlotlyEditor from '../PlotlyEditor';
import EditorControls from '../EditorControls';
import {configure, mount, shallow} from 'enzyme';
import {dereference} from '../lib';
import Adapter from 'enzyme-adapter-react-16';
Expand Down Expand Up @@ -151,4 +151,4 @@ function setupGraphDiv(figure) {
return gd;
}

export {fixtures, plotly, PlotlyEditor as TestEditor, mount, shallow};
export {fixtures, plotly, EditorControls as TestEditor, mount, shallow};

0 comments on commit 8d735bb

Please sign in to comment.