extension-cli
extension-cli copied to clipboard
Unit test commands
Is your feature request related to a problem? Please describe.
Yes -- adding testing to these commands would give more confidence in not breaking them on changes.
Issue is these commands perform IO so they are not straightforward to test. Looking for examples.
What you're probably looking for is an end to end test. This can still be achieved with sinon. It'll probably take a while to get e2e tests running though.