We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbc6c9 commit 1a5d2adCopy full SHA for 1a5d2ad
test/file_existence.mjs
@@ -57,7 +57,7 @@ function checkFiles(directory, expectedFiles) {
57
],
58
dot: true, // include hidden files
59
mark: true, // add a `/` character to directory matches,
60
- windowsPathsNoEscape: false, //https://github.com/isaacs/node-glob/issues/467
+ posix: true, //https://github.com/isaacs/node-glob/issues/467
61
});
62
63
// Check if all expected files are present in the
0 commit comments