30 comments (30 comments)56 reactions (56 reactions)0 assignees (0 assignees)JavaScript5,561 stars (5,561 stars)368 forks (368 forks)batch import
enhancementhelp wanted
Description
Jest got good
Thinking this should be added as a question when creating an app.
Contributor guide
- Tech stack
- javascript
- Domain
- clideveloper experience
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- JavaScriptCLI developmentnwb basics
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- This issue requests adding Jest as an option when creating a new app via nwb's CLI. The discussion in the comments (30 comments) may contain specific requirements or disagreements. To proceed, a contributor should review the existing prompts in the CLI code (likely in bin/ or src/) to understand how other testing frameworks are handled, and then implement a similar pattern for Jest. The maintainer has not provided a clear specification, so the contributor may need to propose a concrete approach.