sterzhakov / karma-webpack-preprocessor

A Karma plugin. Compile webpack files on the fly.
3 stars 4 forks source link

bug: can't run `karma-webpack-preprocessor` on windows with webpack 2.0 #1

Open perymimon opened 7 years ago

perymimon commented 7 years ago

for file in C:\CODE\Project\src\my.spec.js

line 14 : const parsedPath = path.parse(file) ; parsedPath.dir return C:/CODE/Project/src Instead of C:\CODE\Project\src

and that rise exception and not pass the test on `webpack/schemas/ajv.absolutePath.js line 20