UNPKG

@infomaker/imid-gui

Version:

Utility lib to simplify implementation of IMID related views, such aas 'sign in', 'Unauthorized', 'Session expired' etc.

6 lines (5 loc) 222 B
import Enzyme, { configure, shallow, mount, render } from 'enzyme'; import Adapter from '@wojtekmaj/enzyme-adapter-react-17' configure({ adapter: new Adapter() }); export { shallow, mount, render }; export default Enzyme;