code-chronicles-code/leetcode-curriculum

Add tests for `yearMonthDayToTimestampInSeconds` utility

Open

#356 opened on Aug 19, 2024

 (4 comments) (0 reactions) (0 assignees)TypeScript (12 forks)auto 404
good first issuetests

Repository metrics

Stars
 (19 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide