Closed jah2488 closed 6 years ago
Cool, yeah looks like the CI failure is because of prettier.. I usually just fix it with npx prettier --write upgrade.js
@avh4 🤦♀️ Yah, my editor's prettier config was overwriting the one for the project and causing the tests to fail. Pushed up a fix.
Looks good! Forgot to remove syncprompt from package.json, though
@avh4 Its been a long day 😅
Awesome, thanks!!
A relatively simple PR that removes
syncprompt
in favor of using node's built inreadline
library.I had issues running the tests with
yarn test
, but if I ran the code found inyarn test
manually, everything passed fine.