-
Notifications
You must be signed in to change notification settings - Fork 4
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: drop Node v < 10 | Move from ava to jest #2
Conversation
We should drop Node v4 and v6 and support only Node v10 and v12. Then appveyor should go green |
That sounds right. Don't forget to change the node versions for the travis build as well. |
@aichbauer appveyor works now with jest, but the coverage is just more strict than before (imports are not included in the coverage), that's why coveralls is now dropping 2.5% |
No problem. Send from GitHub Android App 😱 |
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.
LGTM
Send from GitHub Webapp 🥶
(ref: appveyor/ci#2921 (comment))