58 comments (58 comments)2 reactions (2 reactions)0 assignees (0 assignees)JavaScript35,535 forks (35,535 forks)batch import
code-and-learngood first issuestaletest
Repository metrics
- Stars
- 117,218 stars (117,218 stars)
- PR merge metrics
- Avg merge 18d 17h (Avg merge 18d 17h)219 merged PRs in 30d (219 merged PRs in 30d)
Contributor guide
- Research direction
- Examine the example PR #47498 to understand the migration pattern. Identify the message test files in Python (likely in test/message/ directory) and create equivalent JavaScript tests using Node's test runner. Note that some tests may require additional work, such as pseudo tty tests which need a more sophisticated approach.
- Tech stack
- pythonjavascript
- Domain
- testing
- Issue type
- Test
- Prerequisites
- familiarity with Node.js testingPython basicsJavaScript basics