summaryrefslogtreecommitdiff
path: root/cli/tests/unit/real_path_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/unit/real_path_test.ts')
-rw-r--r--cli/tests/unit/real_path_test.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/unit/real_path_test.ts b/cli/tests/unit/real_path_test.ts
index 6e754e3ee..1036f6132 100644
--- a/cli/tests/unit/real_path_test.ts
+++ b/cli/tests/unit/real_path_test.ts
@@ -34,7 +34,7 @@ unitTest(
assert(/^[A-Z]/.test(targetPath));
}
assert(targetPath.endsWith("/target"));
- }
+ },
);
unitTest({ perms: { read: false } }, function realPathSyncPerm(): void {
@@ -79,7 +79,7 @@ unitTest(
assert(/^[A-Z]/.test(targetPath));
}
assert(targetPath.endsWith("/target"));
- }
+ },
);
unitTest({ perms: { read: false } }, async function realPathPerm(): Promise<