-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: migrate cli scripts and their test cases #14
Conversation
Codecov Report
@@ Coverage Diff @@
## eslint-8 #14 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 9 9
Lines 192 195 +3
==========================================
+ Hits 192 195 +3
Continue to review full report at Codecov.
|
Parent: sarbbottam#337, #13 |
This needs to be rebased, which will hopefully resolve the test failures. |
* add explicit `process.exit` call to `diff.js` * turn tests' `exitStatus` into a promise that resolves to the value passed to `process.exit`
7806870
to
814d16f
Compare
Resolve #13 (comment)
This adapts the bin scripts and their test files to the asynchronous API in #13.