Skip to content

Commit

Permalink
chore: fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev authored Dec 21, 2024
1 parent c19f4f4 commit 3a45024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/symlinks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ for (const type of apiTypes) {
t.expect(files.sort()).toStrictEqual(normalize(["/other/dir/file-2"]));
});

test("resolve symlinks (exclude /some/dir/, real paths: false)", async (t) => {
test("resolve symlinks (exclude /some/dir/dirSymlink/, real paths: false)", async (t) => {
const api = new fdir()
.withSymlinks({ resolvePaths: false })
.exclude((_name, path) => path === resolveSymlinkRoot("/some/dir/dirSymlink/"))
Expand Down

0 comments on commit 3a45024

Please sign in to comment.