Skip to content

Commit

Permalink
fix(test): fix test setup
Browse files Browse the repository at this point in the history
LeonardoGentile committed Jan 2, 2019
1 parent 98c2c90 commit 7ce632f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/utils/test-setup.js
Original file line number Diff line number Diff line change
@@ -2,15 +2,12 @@ import Enzyme from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
import jsdom from 'jsdom';
import chai from 'chai';
import sinonChai from 'sinon-chai';
import chaiEnzyme from 'chai-enzyme';

Enzyme.configure({ adapter: new Adapter() });

chai.use(sinonChai);
chai.use(chaiEnzyme());


global.chaiExpect = chai.expect;

// Setup for enzyme: http://airbnb.io/enzyme/docs/guides/jsdom.html

0 comments on commit 7ce632f

Please sign in to comment.