-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Timer issues with node version 7.3.0 #2450
Comments
Thanks for reporting this, but that's a duplicate of #2166 and happens on Node 6 too (but not so often I guess, based on the number of issues relating this with v7). Feel free to discuss it in the relevant thread. Help is greatly appreciated! 😃 |
Got a fix for this: #2464 will publish 18.1 |
@thymikee these are actually separate issues! |
Yeah, sorry for missing this :/ |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
There are some issues with timers on node 7.3.0. Also, the
console.log
is not printed.If the current behavior is a bug, please provide the steps to reproduce and either a repl.it demo through https://repl.it/languages/jest or a minimal repository on GitHub that we can
yarn install
andyarn test
.Install node 7.3.0 and try to
console.log
.What is the expected behavior?
The log should be printed at the end of the test execution.
Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.
jest-cli 16.0.2 and also 18.0.0
The issue might be related with this change on node version 7.3.0 nodejs/node#9759.
The text was updated successfully, but these errors were encountered: