0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/test/unit/setup.js

10 lines
250 B
JavaScript
Raw Normal View History

2017-11-28 11:05:58 -05:00
/**
* Setup configuration for Jest
* This file includes global settings for the JEST environment.
2017-11-28 11:05:58 -05:00
*/
import 'raf/polyfill';
import { configure } from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
configure({ adapter: new Adapter() });