Sha256: 38f53ce8db5060f7a5093527478a29ec544624c4eb40d0ded83589cf6a33e5ca
Contents?: true
Size: 305 Bytes
Versions: 25
Compression:
Stored size: 305 Bytes
Contents
import 'core-js/shim'; import 'regenerator-runtime/runtime'; import { configure } from 'enzyme'; import Adapter from 'enzyme-adapter-react-16'; configure({ adapter: new Adapter() }); // Mocking translation function global.__ = str => str; global.n__ = str => str; global.Jed = { sprintf: str => str };
Version data entries
25 entries across 25 versions & 3 rubygems