diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-10-02 05:14:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-02 10:14:38 +0100 |
| commit | d116709d064ce85922f1fd635d5915b4659c83d5 (patch) | |
| tree | e961a8cf1725c1d791ed15c18cdf7702a50cd694 /tests/specs/test | |
| parent | 32c12787361b65bbc55a7b9c1fe43689cb0a8b98 (diff) | |
chore: remove unnecessary envs in spec tests (#25982)
Diffstat (limited to 'tests/specs/test')
| -rw-r--r-- | tests/specs/test/captured_output/__test__.jsonc | 1 | ||||
| -rw-r--r-- | tests/specs/test/no_color/__test__.jsonc | 3 | ||||
| -rw-r--r-- | tests/specs/test/steps_tap_failing_steps/__test__.jsonc | 3 |
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" } |
