caolan / caolan/nodeunit

Option to not cal process.reallyExit()

未关闭
#58 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
1.9k
派生
359
PR 合并指标
30 天内没有已合并 PR

描述

I need an option to bypass all calls to `process.reallyExit()` as I am wrapping nodeunit in a build tool.

贡献指南

这个仓库没有索引到贡献指南

调研方向

在 nodeunit 代码库中搜索所有对 process.reallyExit() 的调用,并阅读周围的执行路径。确定如何通过一个选项绕过这些调用,同时保留当前的默认行为。当 wrapper 可以运行 nodeunit 且 process.reallyExit() 不会终止构建工具,并且在未使用该选项时保留现有行为时,即视为完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript
领域
testing
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。