Skip to content

Commit 5e1201d

Browse files
authored
fix: trigger release (#454)
x-ref: #453 (comment)
1 parent 1e9c6ba commit 5e1201d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const outputjs = 'unit/wildcard/assets/asset1.txt';
1111

1212
function normalizeOutput(output) {
1313
if (process.platform === 'win32') {
14-
// When using Windows, the expected output should use backslash
14+
// When using Windows, the expected output should use backslashes
1515
output = output.replace(/\//g, '\\');
1616
}
1717
return output;

0 commit comments

Comments
 (0)