Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Jul 3, 2024
1 parent fef5c03 commit d5fd699
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/e2e/patterns/root.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ runner.suite('Patterns Root', {
tests: [
{
pattern: '/*',
options: { followSymbolicLinks: false },
condition: () => !utils.platform.isWindows(),
expected: () => getRootEntries(ROOT, /** withBase */ true),
},
Expand Down Expand Up @@ -58,6 +59,7 @@ runner.suite('Patterns Root (cwd)', {
pattern: '*',
options: {
cwd: ROOT,
followSymbolicLinks: false,
},
condition: () => !utils.platform.isWindows(),
expected: () => getRootEntries(ROOT),
Expand Down

0 comments on commit d5fd699

Please sign in to comment.