2.3.0 • Published 7 years ago

jest-addons v2.3.0

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

jest-addons

npm npm npm CircleCI branch

Super-package of jest addons. Currently includes:

Getting Started

Install jest-addons using yarn:

yarn add --dev jest-addons

Usage

Add an entry to your jest configuration setupFiles in your package.json:

"jest": {
  "setupFiles": [
    "jest-addons/setup"
  ]
}