summaryrefslogtreecommitdiff
path: root/tests/unit_node/process_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit_node/process_test.ts')
-rw-r--r--tests/unit_node/process_test.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/unit_node/process_test.ts b/tests/unit_node/process_test.ts
index 579b51116..944686a87 100644
--- a/tests/unit_node/process_test.ts
+++ b/tests/unit_node/process_test.ts
@@ -173,7 +173,6 @@ Deno.test({
args: [
"run",
"--quiet",
- "--unstable",
"./testdata/process_exit.ts",
],
cwd,
@@ -895,7 +894,6 @@ Deno.test({
args: [
"run",
"--quiet",
- "--unstable",
"./testdata/process_exit2.ts",
],
cwd: testDir,
@@ -914,7 +912,6 @@ Deno.test({
args: [
"run",
"--quiet",
- "--unstable",
"./testdata/process_really_exit.ts",
],
cwd: testDir,