Option to not cal process.reallyExit()
Open
- Dominant language
- JavaScript
- Stars
- 1.9k
- Forks
- 359
- PR merge metrics
- No merged PRs in 30d
Description
I need an option to bypass all calls to `process.reallyExit()` as I am wrapping nodeunit in a build tool.
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the nodeunit codebase for all calls to process.reallyExit() and read the surrounding execution paths. Determine how an option could bypass those calls while retaining the current default behavior. Done means a wrapper can run nodeunit without process.reallyExit() terminating the build tool, with existing behavior preserved when the option is not used.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100