UNPKG

react-intl-polyfill

Version:

React component that add window.Intl support before rendering if the browser doesn't have it

4 lines (3 loc) 132 B
const Enzyme = require('enzyme'); const Adapter = require('enzyme-adapter-react-16'); Enzyme.configure({ adapter: new Adapter() });