diff options
Diffstat (limited to 'cli/js/tests/process_test.ts')
-rw-r--r-- | cli/js/tests/process_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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<void> { |