0.0.1 • Published 1 year ago

jest-newrelic v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

jest-plugin-for-each

Add newrelic transaction to jest tests

Getting Started

npm install --dev jest-newrelic

Usage

Install as a global, you can modify the jest section of your package.json to include:

"jest": {
  "setupFilesAfterEnv": [
    "jest-newrelic/setup"
  ]
}