diff options
Diffstat (limited to 'std/examples/colors_test.ts')
-rw-r--r-- | std/examples/colors_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/examples/colors_test.ts b/std/examples/colors_test.ts index fd9aa21da..cf3b8f4c6 100644 --- a/std/examples/colors_test.ts +++ b/std/examples/colors_test.ts @@ -7,7 +7,7 @@ const moduleDir = dirname(fromFileUrl(import.meta.url)); Deno.test("[examples/colors] print a colored text", async () => { const decoder = new TextDecoder(); const process = Deno.run({ - cmd: [Deno.execPath(), "run", "colors.ts"], + cmd: [Deno.execPath(), "run", "--quiet", "colors.ts"], cwd: moduleDir, stdout: "piped", }); |