0.0.1 • Published 2 years ago
jest-newrelic v0.0.1
jest-plugin-for-each
Add newrelic transaction to jest tests
Getting Started
npm install --dev jest-newrelicUsage
Install as a global, you can modify the jest section of your package.json to include:
"jest": {
"setupFilesAfterEnv": [
"jest-newrelic/setup"
]
}0.0.1
2 years ago