Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 22, 2019
1 parent 7322cc7 commit 65fe115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmt/colors_test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import { test } from "../testing/mod.ts";
import { assertEquals } from "../testing/asserts.ts";
import * as c from "./mod.ts";
import * as c from "./colors.ts";
import "../examples/colors.ts";

test(function singleColor(): void {
Expand Down

0 comments on commit 65fe115

Please sign in to comment.