Closed diegourban closed 7 years ago
The three tests below were failing on windows because of path normalization:
"Since Windows recognizes multiple path separators, both separators will be replaced by instances of the Windows preferred separator ( \ )" - https://nodejs.org/api/path.html#path_path_normalize_path
Looks good! Would you mind adding a test?
I'll push a patch release a bit later today.
@mattbasta: you should look into AppVeyor or something similar for Windows testing.
@XhmikosR done
The three tests below were failing on windows because of path normalization:
"Since Windows recognizes multiple path separators, both separators will be replaced by instances of the Windows preferred separator ( \ )" - https://nodejs.org/api/path.html#path_path_normalize_path