UNPKG

@aetherall/react-router-relative-link

Version:

A wrapper around react-router's Link that allows relative paths.

7 lines (4 loc) 153 B
import { configure, mount } from 'enzyme'; import Adapter from 'enzyme-adapter-react-16'; configure({ adapter: new Adapter() }); global.mount = mount;