summaryrefslogtreecommitdiff
path: root/tests/specs/test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/test')
-rw-r--r--tests/specs/test/captured_output/__test__.jsonc1
-rw-r--r--tests/specs/test/no_color/__test__.jsonc3
-rw-r--r--tests/specs/test/steps_tap_failing_steps/__test__.jsonc3
3 files changed, 0 insertions, 7 deletions
diff --git a/tests/specs/test/captured_output/__test__.jsonc b/tests/specs/test/captured_output/__test__.jsonc
index f56c54555..f320f9581 100644
--- a/tests/specs/test/captured_output/__test__.jsonc
+++ b/tests/specs/test/captured_output/__test__.jsonc
@@ -1,6 +1,5 @@
{
"args": "test -A captured_output.ts",
"output": "main.out",
- "envs": { "NO_COLOR": "1" },
"exitCode": 0
}
diff --git a/tests/specs/test/no_color/__test__.jsonc b/tests/specs/test/no_color/__test__.jsonc
index 154baa8c1..2c4ae3868 100644
--- a/tests/specs/test/no_color/__test__.jsonc
+++ b/tests/specs/test/no_color/__test__.jsonc
@@ -1,8 +1,5 @@
{
"args": "test main.ts",
"exitCode": 1,
- "envs": {
- "NO_COLOR": "1"
- },
"output": "main.out"
}
diff --git a/tests/specs/test/steps_tap_failing_steps/__test__.jsonc b/tests/specs/test/steps_tap_failing_steps/__test__.jsonc
index fc83a7cdf..f1e5b2108 100644
--- a/tests/specs/test/steps_tap_failing_steps/__test__.jsonc
+++ b/tests/specs/test/steps_tap_failing_steps/__test__.jsonc
@@ -1,8 +1,5 @@
{
"args": "test --reporter=tap failing_steps.ts",
"exitCode": 1,
- "envs": {
- "NO_COLOR": "1"
- },
"output": "failing_steps.tap.out"
}