The troublesome line is https://github.com/cksource/karma-ckeditor4-preprocessor/blob/bee66ae3c592f525a9e1e769b98fa234417304fc/index.js#L25 While run on windows `path.sep` is `\`, but Karma still uses `/` in file paths which causes the above method not to work properly.
The troublesome line is
karma-ckeditor4-preprocessor/index.js
Line 25 in bee66ae
While run on windows
path.sepis\, but Karma still uses/in file paths which causes the above method not to work properly.