Skip to content

Commit

Permalink
Merge branch 'main' into feat/node-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Dec 11, 2021
2 parents 76ef4a6 + 983cf6a commit a968f0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/colors_test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.

/* TODO(kt3k): enable colors test when
* https://github.com/denoland/deno/issues/13050 is resolved.
import { assertStrictEquals } from "../testing/asserts.ts";
import { dirname, fromFileUrl } from "../path/mod.ts";
Expand All @@ -20,3 +23,4 @@ Deno.test("[examples/colors] print a colored text", async () => {
process.close();
}
});
*/
4 changes: 4 additions & 0 deletions fmt/colors_test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.

/* TODO(kt3k): enable colors test when
* https://github.com/denoland/deno/issues/13050 is resolved.
import { assertEquals } from "../testing/asserts.ts";
import * as c from "./colors.ts";
import "../examples/colors.ts";
Expand Down Expand Up @@ -232,3 +235,4 @@ Deno.test("test_bgRgb24", function (): void {
Deno.test("test_bgRgb24number", function (): void {
assertEquals(c.bgRgb24("foo bar", 0x070809), "foo bar");
});
*/

0 comments on commit a968f0b

Please sign in to comment.