-
Notifications
You must be signed in to change notification settings - Fork 67
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
Unit tests failing with Node.js 16 #58
Comments
I could try to solve this if nobody is on it |
Thanks for the offer! I picked this up since it is a CI blocker. More issues to come... |
Just to confirm, we wouldn't have expected the CI to automatically break since we install a node version, right? Of course good to fix the build on newer node (and probably can run CI on multiple nodes) but just checking |
Ah yes you are correct, so the node upgrade is moot. Regardless, this is a bit of a blocker for anyone onboarding using node 16. |
GitHub is updating Node.js to version 16 in all OS images.
Several unit test suites and unit tests fail when run with Node.js 16:
Jest worker encountered 4 child process exceptions, exceeding retry limit
when a TypeError is thrown then the plugin records the name, message and stack
To reproduce, run
npm run test
with Node.js 16.The text was updated successfully, but these errors were encountered: