All files / react-router-breadcrumbs-hoc jest.setup.js

80% Statements 4/5
100% Branches 0/0
0% Functions 0/1
80% Lines 4/5
1 2 3 4 5 6 7 8 91x       1x 1x   1x  
global.requestAnimationFrame = (callback) => {
  setTimeout(callback, 0);
};
 
const Enzyme = require('enzyme');
const Adapter = require('enzyme-adapter-react-16');
 
Enzyme.configure({ adapter: new Adapter() });