code-chronicles-code / code-chronicles-code/leetcode-curriculum
Add tests for `sortObjectKeys` utility
Open
Beginner friendly
good first issue
tests
- Dominant language
- TypeScript
- Stars
- 20
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
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.
Contributor guide
Research direction
Create workspaces/util/src/__tests__/sortObjectKeys-test.ts and start by reading the sortObjectKeys utility. Review PRs #288 and #290 for the project's test style and patterns. Done means the new test file exercises the utility and passes with the existing test suite.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100