summaryrefslogtreecommitdiff
path: root/std/examples/tests/cat_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/examples/tests/cat_test.ts')
-rw-r--r--std/examples/tests/cat_test.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/std/examples/tests/cat_test.ts b/std/examples/tests/cat_test.ts
index 0f17b798d..b12a6916f 100644
--- a/std/examples/tests/cat_test.ts
+++ b/std/examples/tests/cat_test.ts
@@ -9,10 +9,10 @@ Deno.test("[examples/cat] print multiple files", async () => {
"--allow-read",
"cat.ts",
"testdata/cat/hello.txt",
- "testdata/cat/world.txt"
+ "testdata/cat/world.txt",
],
cwd: "examples",
- stdout: "piped"
+ stdout: "piped",
});
try {