Skip to content

Commit

Permalink
Trying this
Browse files Browse the repository at this point in the history
  • Loading branch information
roblarsen committed Apr 9, 2024
1 parent 2dbc6c9 commit 1a5d2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/file_existence.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function checkFiles(directory, expectedFiles) {
],
dot: true, // include hidden files
mark: true, // add a `/` character to directory matches,
windowsPathsNoEscape: false, //https://github.com/isaacs/node-glob/issues/467
posix: true, //https://github.com/isaacs/node-glob/issues/467
});

// Check if all expected files are present in the
Expand Down

0 comments on commit 1a5d2ad

Please sign in to comment.