Skip to content

Instantly share code, notes, and snippets.

@chico
Created February 12, 2022 22:01
Show Gist options
  • Save chico/916ed8b46bebc04b5d5dcb4513ca5f9a to your computer and use it in GitHub Desktop.
Save chico/916ed8b46bebc04b5d5dcb4513ca5f9a to your computer and use it in GitHub Desktop.
4 - Testing with sinon & mock-stdin
sinon.stub(process, 'exit')
...
assert(process.exit.called)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment