-
Notifications
You must be signed in to change notification settings - Fork 109
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
Test failing since Node 18.8.0 #441
Comments
Merged
Ha, no, this is just about spelling! I corrected the spelling when doing this. The prop is called |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While working on #439 and #440 with @hexeberlin, we discovered that one unit test is failing since Node 18.8.0
How to reproduce
nmv install 18.7
npm run test-node
nvm install 18.8
npm run test-node
Since this library is downloaded more ~19M times/month and Node 18 has been out for about a month and we have yet to see any error reports about failures in newer Node 18 versions, I think it's safe to say that it's only the test that is failing.
We should fix this soon, as the failing test is preventing us from merging pull requests (or alternatively, we should lock the Node 18 version to 18.7, while we fix this issue).
Plot twist: the tests pass fine in Node v19.0.0
The text was updated successfully, but these errors were encountered: