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 66b00b6 commit f477bbeCopy full SHA for f477bbe
packages/datadog-instrumentations/src/jest.js
@@ -198,7 +198,6 @@ function getWrappedEnvironment (BaseEnvironment, jestVersion) {
198
if (this.isImpactedTestsEnabled) {
199
try {
200
const hasImpactedTests = Object.keys(modifiedFiles).length > 0
201
- // TODO: check if `this.testEnvironmentOptions._ddModifiedFiles` is serialized to JSON
202
this.modifiedFiles = hasImpactedTests ? modifiedFiles : this.testEnvironmentOptions._ddModifiedFiles
203
} catch (e) {
204
log.error('Error parsing impacted tests', e)
0 commit comments