From b0b27c43100bf4a7303174b9765c853d2f76f207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 19 Mar 2020 10:58:12 +0100 Subject: refactor: rename Deno.TestDefinition.skip to ignore (#4400) --- cli/js/tests/realpath_test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/js/tests/realpath_test.ts') diff --git a/cli/js/tests/realpath_test.ts b/cli/js/tests/realpath_test.ts index cda7ddaf1..d185e4095 100644 --- a/cli/js/tests/realpath_test.ts +++ b/cli/js/tests/realpath_test.ts @@ -14,7 +14,7 @@ unitTest({ perms: { read: true } }, function realpathSyncSuccess(): void { unitTest( { - skip: Deno.build.os === "win", + ignore: Deno.build.os === "win", perms: { read: true, write: true } }, function realpathSyncSymlink(): void { @@ -66,7 +66,7 @@ unitTest({ perms: { read: true } }, async function realpathSuccess(): Promise< unitTest( { - skip: Deno.build.os === "win", + ignore: Deno.build.os === "win", perms: { read: true, write: true } }, async function realpathSymlink(): Promise { -- cgit v1.2.3