summaryrefslogtreecommitdiff
path: root/std/examples/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/examples/test.ts')
-rw-r--r--std/examples/test.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/examples/test.ts b/std/examples/test.ts
index a7b09d5bc..cf4d821f9 100644
--- a/std/examples/test.ts
+++ b/std/examples/test.ts
@@ -19,6 +19,7 @@ Deno.test("catSmoke", async function (): Promise<void> {
cmd: [
Deno.execPath(),
"run",
+ "--quiet",
"--allow-read",
relative(Deno.cwd(), resolve(moduleDir, "cat.ts")),
relative(Deno.cwd(), resolve(moduleDir, "..", "README.md")),