We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc5d97 commit 97dedc4Copy full SHA for 97dedc4
packages/datadog-plugin-jest/src/index.js
@@ -200,7 +200,7 @@ class JestPlugin extends CiPlugin {
200
const extraTags = {
201
[JEST_TEST_RUNNER]: runner,
202
[TEST_PARAMETERS]: testParameters,
203
- [TEST_FRAMEWORK_VERSION]: frameworkVersion,
+ [TEST_FRAMEWORK_VERSION]: frameworkVersion
204
}
205
if (testStartLine) {
206
extraTags[TEST_SOURCE_START] = testStartLine
0 commit comments