code-chronicles-code/leetcode-curriculum

Add tests for `yearMonthDayToTimestampInSeconds` utility

Offen

#356 geöffnet am 19.08.2024

 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (12 Forks)auto 404
good first issuetests

Repository-Metriken

Stars
 (19 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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