Skip to content

Commit 1a5d2ad

Browse files
committed
Trying this
1 parent 2dbc6c9 commit 1a5d2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/file_existence.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function checkFiles(directory, expectedFiles) {
5757
],
5858
dot: true, // include hidden files
5959
mark: true, // add a `/` character to directory matches,
60-
windowsPathsNoEscape: false, //https://github.com/isaacs/node-glob/issues/467
60+
posix: true, //https://github.com/isaacs/node-glob/issues/467
6161
});
6262

6363
// Check if all expected files are present in the

0 commit comments

Comments
 (0)