-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Tests for resizing window fails for Node.js v7 while working fine for v4-v6 #10660
Tests for resizing window fails for Node.js v7 while working fine for v4-v6 #10660
Comments
Unless you can reproduce the issue without third party modules, I think this kind of question is better suited for the nodejs/help repo instead. |
FWIW: |
(so perhaps another case of #10492) |
Closing as #10492 has been resolved. But if you're still experiencing this problem or if this otherwise shouldn't be closed, please comment and it can be re-opened. |
Version: v7.4.0
Platform: Linux filo 4.8.0-30-generic #32-Ubuntu SMP Fri Dec 2 03:43:27 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
For my react-autocomplete-input package some tests are failing now. For node.js versions 4+ everything works fine as you can see. I updated all packages to the latest versions and it didn't help.
I am testing if my component reacts on window resize action.
Component Code
Failing tests code
Packages involved:
Updating those packages to the latest versions didn't help :/
The text was updated successfully, but these errors were encountered: