Skip to content

Commit 2e4294a

Browse files
committed
Revert "fix: set FORCE_COLOR=0 in e2e tests to prevent color output on Windows"
This reverts commit 631f2e0.
1 parent ab8411c commit 2e4294a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • crates/vite_task_bin/tests/test_snapshots

crates/vite_task_bin/tests/test_snapshots/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ fn run_case(runtime: &Runtime, tmpdir: &AbsolutePath, fixture_path: &Path) {
182182
cmd.arg(step.as_str())
183183
.env("PATH", &e2e_env_path)
184184
.env("NO_COLOR", "1")
185-
.env("FORCE_COLOR", "0")
186185
.current_dir(e2e_stage_path.join(&e2e.cwd));
187186
let output = cmd.output().unwrap();
188187

0 commit comments

Comments
 (0)