summaryrefslogtreecommitdiff
path: root/cli/js/tests/chmod_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/tests/chmod_test.ts')
-rw-r--r--cli/js/tests/chmod_test.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/js/tests/chmod_test.ts b/cli/js/tests/chmod_test.ts
index 8731fad22..4720fa784 100644
--- a/cli/js/tests/chmod_test.ts
+++ b/cli/js/tests/chmod_test.ts
@@ -27,7 +27,7 @@ unitTest(
// Check symlink when not on windows
unitTest(
{
- skip: Deno.build.os === "win",
+ ignore: Deno.build.os === "win",
perms: { read: true, write: true }
},
function chmodSyncSymlinkSuccess(): void {
@@ -103,7 +103,7 @@ unitTest(
unitTest(
{
- skip: Deno.build.os === "win",
+ ignore: Deno.build.os === "win",
perms: { read: true, write: true }
},
async function chmodSymlinkSuccess(): Promise<void> {