code-chronicles-code/leetcode-curriculum
Add tests for `sortObjectKeys` utility
Open
#293 opened on Aug 8, 2024
good first issuetests
Repository metrics
- Stars
- (19 stars)
- PR merge metrics
- (PR metrics pending)
Description
Add a file workspaces/util/src/__tests__/sortObjectKeys-test.ts, for testing the sortObjectKeys utility.
To see some PRs that add tests, take a look at #288 and #290 for inspiration.