code-chronicles-code/leetcode-curriculum
Add tests for `yearMonthDayToTimestampInSeconds` utility
开放
#356 创建于 2024年8月19日
good first issuetests
仓库指标
- 星标
- (19 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Add a file workspaces/util/src/__tests__/yearMonthDayToTimestampInSeconds-test.ts, for testing the yearMonthDayToTimestampInSeconds utility.
To see some PRs that add tests, take a look at #288 and #290 for inspiration.