We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9c6ba commit 5e1201dCopy full SHA for 5e1201d
test/cli.test.js
@@ -11,7 +11,7 @@ const outputjs = 'unit/wildcard/assets/asset1.txt';
11
12
function normalizeOutput(output) {
13
if (process.platform === 'win32') {
14
- // When using Windows, the expected output should use backslash
+ // When using Windows, the expected output should use backslashes
15
output = output.replace(/\//g, '\\');
16
}
17
return output;
0 commit comments