Closed hildjj closed 3 years ago
Refactor the CLI into a testable file in lib/cli.js, and have the binary just be a thin wrapper that does process.exit(1) on errors
lib/cli.js
process.exit(1)
Mock all of the TLS server tests so that no network is needed for testing.
Fixes #5
Refactor the CLI into a testable file in
lib/cli.js
, and have the binary just be a thin wrapper that doesprocess.exit(1)
on errorsMock all of the TLS server tests so that no network is needed for testing.