All files / config setup.js

100% Statements 6/6
100% Branches 0/0
100% Functions 0/0
100% Lines 6/6
1 2 3 4 5 6 7 8 9 1024x 24x 24x   24x   24x   24x  
const Enzyme = require('enzyme');
const Adapter = require('enzyme-adapter-react-16');
const matchers = require('./matchers');
 
Enzyme.configure({ adapter: new Adapter() });
 
require('jest-enzyme');
 
expect.extend(matchers());