1.0.2 • Published 5 years ago

@catchandrelease/jest-react-router v1.0.2

Weekly downloads
26
License
MIT
Repository
github
Last release
5 years ago

Codeship Status for
CatchRelease/jest-react-router

jest-react-router

A library of matchers to help test against react-router

Getting Started

Installation

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

Setup

Add jest-react-router to your Jest setupFilesAfterEnv configuration. See configuring jest for help

"jest": {
  "setupFilesAfterEnv": ["@catchandrelease/jest-react-router"]
}
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.1.0

5 years ago