Skip to content

Commit

Permalink
Remove enzyme setup
Browse files Browse the repository at this point in the history
  • Loading branch information
m4theushw committed Feb 28, 2020
1 parent 8760d01 commit eb572f8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ require('raf/polyfill');
*/
require('mutationobserver-shim');

var enzyme = require('enzyme');
var Adapter = require('enzyme-adapter-react-16');

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

/**
* Mock PopperJS
*
Expand Down

0 comments on commit eb572f8

Please sign in to comment.