karma-commonjs
karma-commonjs copied to clipboard
Support nodejs 'global'.
Some libraries (e.g., lodash) make use of node's 'global' variable (https://nodejs.org/docs/latest/api/all.html#all_global).
:+1:
Will that be merged? Jasmine for instance uses global
so I assume I'd need to downgrade it to have it working until this PR is merged.
Will that be merged?
Sure, this looks like a solid change, but we need test for it.