2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,460 forks (1,460 forks)batch import
help wantedimplementation: websitetype: task
Repository metrics
- Stars
- 8,342 stars (8,342 stars)
- PR merge metrics
- Avg merge 51d 1h (Avg merge 51d 1h)16 merged PRs in 30d (16 merged PRs in 30d)
Description
This is in relation to #1546
The issue was fixed but the lack of testing allowed it in the first place.
Having some solid tests for web-common functions would prevent this type of issue going forward.
Contributor guide
- Research direction
- Identify the web common functions in the js beautify codebase and write unit tests for them, focusing on edge cases and the scenario described in issue #1546.
- Tech stack
- javascript
- Domain
- testing
- Issue type
- Test
- Prerequisites
- JavaScripttesting concepts