A library of matchers to help test against react-router
Install the jest-react-router package and its dependencies.
yarn add --dev @catchandrelease/jest-react-router
or
npm install --save-dev @catchandrelease/jest-react-router
Add jest-react-router to your Jest setupFilesAfterEnv configuration. See configuring jest for help
"jest": {
"setupFilesAfterEnv": ["@catchandrelease/jest-react-router"]
}