Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 69ecc67

Browse files
committed
Add --no-color flag to vitest-environment-miniflare tests
1 parent 3aa49cb commit 69ecc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vitest-environment-miniflare/test/index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async function runVitest(
3434
return new Promise((resolve) => {
3535
const vitest = childProcess.spawn(
3636
vitestPath,
37-
["run", "--reporter=verbose", "--allowOnly"],
37+
["run", "--reporter=verbose", "--allowOnly", "--no-color"],
3838
{
3939
cwd,
4040
env: {

0 commit comments

Comments
 (0)