bluebird
bluebird copied to clipboard
Cannot read property 'length' of undefined at windowCleaner
-
What version of bluebird is the issue happening on? 3.7.1
-
What platform and version? (For example Node.js 0.12 or Google Chrome 32) Node 12.9.1, [email protected]
-
Did this issue happen with earlier version of bluebird? Happens on upgrading from 3.7.0 to 3.7.1. 3.7.0 works fine
Upgrading from 3.7.0 to 3.7.1 broke my tests:
TypeError: Cannot read property 'length' of undefined
at windowCleaner (../../node_modules/jsdom/lib/jsdom/browser/Window.js:487:41)
at windowCleaner (../../node_modules/jsdom/lib/jsdom/browser/Window.js:488:9)
at Window.close (../../node_modules/jsdom/lib/jsdom/browser/Window.js:495:6)
I guess this has to do with this jsdom issue: https://github.com/jsdom/jsdom/issues/1636