issues
search
andersekdahl
/
karma-common-js
Test CommonJS modules without using Browserify
MIT License
2
stars
4
forks
source link
Updating module path slashes to always be forward.
#6
Closed
dzearing
closed
6 years ago
dzearing
commented
9 years ago
This change updates the following:
Strings are properly serialized now.
Backslashes are replaced with forward slashes for Windows support.
The regex was not resolving require statements correctly, and has been adjusted to work.
This change updates the following: