Skip to content

Commit 2c234e4

Browse files
committed
chore(eslint): fix remaining JSDoc violations after rebase
## Summary Normalize the remaining JSDoc type expressions introduced on master after the branch diverged. ## Why The enabled JSDoc checks apply to rebased master code as well.
1 parent ff1a97c commit 2c234e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

integration-tests/jest/jest.test-management.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2823,7 +2823,7 @@ describe(`jest@${JEST_VERSION} commonJS`, () => {
28232823
})
28242824

28252825
/**
2826-
* @param {Mocha.Done} done
2826+
* @param {(error?: Error) => void} done
28272827
* @param {object} options
28282828
* @param {boolean} options.isModified
28292829
* @param {boolean} [options.isEfd]

packages/dd-trace/src/ci-visibility/efd-retry-policy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const EARLY_FLAKE_DETECTION_RETRY_BUCKETS =
1919

2020
/**
2121
* @typedef {object} EfdRetryPolicy
22-
* @property {ReadonlyArray<EfdDurationRetryCount>} durationRetryCounts
22+
* @property {readonly EfdDurationRetryCount[]} durationRetryCounts
2323
* @property {number} schedulingRetryCount
2424
*/
2525

0 commit comments

Comments
 (0)