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/process_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/js/tests/process_test.ts') diff --git a/cli/js/tests/process_test.ts b/cli/js/tests/process_test.ts index 2411b5134..77c3065eb 100644 --- a/cli/js/tests/process_test.ts +++ b/cli/js/tests/process_test.ts @@ -49,7 +49,7 @@ unitTest( unitTest( { // No signals on windows. - skip: Deno.build.os === "win", + ignore: Deno.build.os === "win", perms: { run: true } }, async function runCommandFailedWithSignal(): Promise { -- cgit v1.2.3