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.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/std/examples/test.ts b/std/examples/test.ts
index d5dd8bedc..6e26407fb 100644
--- a/std/examples/test.ts
+++ b/std/examples/test.ts
@@ -19,10 +19,10 @@ Deno.test(async function catSmoke(): Promise<void> {
"run",
"--allow-read",
"examples/cat.ts",
- "README.md"
+ "README.md",
],
stdout: "null",
- stderr: "null"
+ stderr: "null",
});
const s = await p.status();
assertEquals(s.code, 0);