diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/unit/process_test.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/unit/process_test.ts b/cli/tests/unit/process_test.ts index 8ac843973..f1cc756f4 100644 --- a/cli/tests/unit/process_test.ts +++ b/cli/tests/unit/process_test.ts @@ -121,7 +121,6 @@ unitTest( cmd: [ Deno.execPath(), "eval", - "--unstable", "Deno.kill(Deno.pid, 'SIGKILL')", ], }); |