good first issue
倉庫指標
- 星標
- (412 顆星)
- PR 合併指標
- (平均合併 2天 12小時) (30 天內合併 128 個 PR)
描述
Description
SonarCloud reports a violation of rule typescript:S4623 "undefined" should not be passed as the value of optional parameters. So Remove this redundant "undefined".
Sonar Issue
https://sonarcloud.io/project/issues?open=AZyR-cD2EbJaH5UN48Px&id=OWASP_Nest
Affected code
expect(validateEndDate('2024-01-01', undefined)).toBeUndefined()