mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
test(cli/tests/unit): Enable color for js_unit_tests (#7443)
This commit is contained in:
parent
4baf61993c
commit
f874b83aa0
3 changed files with 32 additions and 30 deletions
|
@ -62,7 +62,7 @@ unitTest(
|
|||
)`;
|
||||
const proc = Deno.run({
|
||||
cmd: [Deno.execPath(), "eval", src],
|
||||
env: inputEnv,
|
||||
env: { ...inputEnv, NO_COLOR: "1" },
|
||||
stdout: "piped",
|
||||
});
|
||||
const status = await proc.status();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue