expected-exit-status:CLI检查命令退出状态是否正常

时间:2024-05-21 12:00:33
【文件属性】:

文件名称:expected-exit-status:CLI检查命令退出状态是否正常

文件大小:8KB

文件格式:ZIP

更新时间:2024-05-21 12:00:33

windows cli test JavaScript

预期退出状态 CLI检查命令退出状态是否正常。 跨平台(Windows / Linux / macOS)支持 测试命令的退出代码 安装 使用安装: npm install expected-exit-status 用法 Usage $ expected-exit-status --command Options: --command Execute command Examples $ expected-exit-status 1 --command "exit 1" // $? => 0 $ expected-exit-status 0 --command "exit 1" // $? => 1 用例 如果要测试“ abc-command”是否应该失败(退出状态1 ),则可以编写以下内容。 $ expecte


【文件预览】:
expected-exit-status-master
----.travis.yml(48B)
----bin()
--------cmd.js(1KB)
----package.json(1KB)
----LICENSE(1KB)
----.gitignore(2KB)
----lib()
--------expected-exit-status.js(412B)
----README.md(1KB)
----yarn.lock(10KB)

网友评论