You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
I require each of my units with sandboxed-module so that I can isolate it from its collaborators, but unfortunately this approach means istanbul never instruments the code that's loaded (and requiring it separately doesn't work either).
Thanks. I actually have started a really nasty monkey patch in lieu of this. I've got everything working up until the report generation (because, grossly, the sandboxed-module code will be a couple of lines longer than the actual file listing).
Just updated the gist, glad to report that I got this monkey patch of sandboxed-module playing completely nicely with istanbul: https://gist.github.com/searls/7001427
I require each of my units with sandboxed-module so that I can isolate it from its collaborators, but unfortunately this approach means istanbul never instruments the code that's loaded (and requiring it separately doesn't work either).
More discussion here.
The text was updated successfully, but these errors were encountered: