diff options
Diffstat (limited to 'std/examples/tests/colors_test.ts')
-rw-r--r-- | std/examples/tests/colors_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/examples/tests/colors_test.ts b/std/examples/tests/colors_test.ts index 7c01cd8d6..ac779adb8 100644 --- a/std/examples/tests/colors_test.ts +++ b/std/examples/tests/colors_test.ts @@ -6,7 +6,7 @@ Deno.test("[examples/colors] print a colored text", async () => { const process = Deno.run({ cmd: [Deno.execPath(), "colors.ts"], cwd: "examples", - stdout: "piped" + stdout: "piped", }); try { const output = await process.output(); |