@newrelic/test-utilities
Advanced tools
Changelog
v7.3.2 (2023-06-22)
Updated semver
to 7.5.2
Updated newrelic
dev dependency to 10.3.0
Updated @newrelic/eslint-config
to 0.3.0
Updated eslint
dev dependency to 8.43.0
Updated README links to point to new forum link due to repolinter ruleset change
Changelog
v7.3.1 (2023-05-03)
TestAgent.getShim
to require an exported module and pull the shim symbol.Changelog
v7.3.0 (2023-03-23)
Provided ability to register only core instrumentation or both core and 3rd party instrumentation. TestAgent.makeFullyInstrumented
will register both. TestAgent.makeInstrumented
will only register core instrumentation.
Updated README header image to latest OSS office required images
Changelog
v7.2.0 (2022-12-12)
assertCLMAttrs
testing method to utils, so it can be used to test CLM behavior in external reposChangelog
v7.1.1 (2022-09-15)
Changelog
v7.1.0 (2022-09-14)
Changelog
v7.0.0 (2022-07-27)
Added support for Node 18.
BREAKING Removed support for Node 12.
The minimum supported version is now Node v14. For further information on our support policy, see: https://docs.newrelic.com/docs/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent.
Updated test runner to use max CPUs available to run test folders in parallel when the --jobs
parameter is not specified.
Bumped moment from 2.29.2 to 2.29.4 in package-lock.
Bumped protobufjs from 6.11.2 to 6.11.3 in package-lock.
Changelog
v6.5.5 (2022-06-01)