Closed yury-dymov closed 7 years ago
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: git bisect
reported https://github.com/nodejs/node/commit/ec2f13fe66c5b65a5b028ea1833dd2091ca90963 as being the commit that your tests start failing at.
(so perhaps another case of https://github.com/nodejs/node/issues/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 :/