-
Notifications
You must be signed in to change notification settings - Fork 375
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
chore(tests): remove util.promisify
#3996
Conversation
Unsure how to make tests run to verify the change is OK... it seems this fails in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for finding those old legacy parts in our codebase and fixing them! 💪
🚀
NP, glad I could help :) BTW can you confirm this is fine? CI cannot run due to an issue with the affected test files. |
Have you tried running the test locally?
Seems like an ava issue not an affected running because it detects the right suite. This error is comming from the testrunner itself |
Yeah, it has to do with the affected files script, I believe. So, running the whole suite should be enough, but I can't run it on my machine because ava cripples my dev VM :/ |
Failures are related to cli/.github/workflows/main.yml Line 69 in 8c73e84
The deploy tests hit a live API, so we use a Netlify API token in CI. See cli/tests/command.deploy.test.js Line 45 in 8c73e84
I think I'll add a simple always passing test to workaround this issue. |
🎉 Thanks for submitting a pull request! 🎉
Summary
Fixes #<replace_with_issue_number>
For us to review and ship your PR efficiently, please perform the following steps:
passes our tests.
A picture of a cute animal (not mandatory, but encouraged)