# This is a Bug Report ## Description When running `npm test` on Windows, the unit tests fail like: ``` + expected - actual { "filename": "last" "libraryTarget": "commonjs" - "path": "testpath\\.webpack" + "path": "testpath/.webpack" } ``` The failures happen in multiple tests, everywhere where paths are checked against their expectations. ## Proposed solution The expectations should be composed by using `path.sep` as path separator to keep the tests platform independent.