UNPKG

tc-ui-toolkit

Version:

React components used to develop tools for the desktop app translationCore

8 lines (6 loc) 200 B
import { configure } from 'enzyme'; import Adapter from 'enzyme-adapter-react-16'; configure({ adapter: new Adapter() }); global.requestAnimationFrame = (callback) => { setTimeout(callback, 0); };