Open joetidee opened 7 years ago
The JSDom documentation advises against making window and document , etc. part of the global namespace in Node.js. Should I therefore avoid using this package, or do you have a counter- argument?
window
document
Yes, I'm actually having issues with mocha randomly exiting during watch mode when this package is included. This seems dangerous to me.
The JSDom documentation advises against making
window
anddocument
, etc. part of the global namespace in Node.js. Should I therefore avoid using this package, or do you have a counter- argument?