jest-newrelic
v0.0.1
Published
Jest plugin to monitor tests with New Relic
Downloads
2
Maintainers
Readme
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"
]
}