badeball / karma-jsdom-launcher

A Karma plugin. Launcher for jsdom.
MIT License
37 stars 16 forks source link

won't load <script> #8

Closed Stonesjtu closed 5 years ago

Stonesjtu commented 8 years ago

Sometimes jsdom won't load my script., I'm using react-redux-webpack framework, and I want to obtain a 3rd party lib by scriptJS.

You need to enable mutation events for ProcessExternalResources to work.

Ref: https://github.com/tmpvar/jsdom/issues/426

badeball commented 8 years ago

Hi, @Stonesjtu

Thanks for reporting this issue. I'm having some trouble understand everything though, bear with me here. It seems that MutationEvents has been completely removed (ref) from jsdom altogether. I can't find any trace of it in the soure code anymore.

Which version of jsdom do you currently have installed? Might be worth updating.

badeball commented 5 years ago

Closing due to inactivity.