summaryrefslogtreecommitdiff
path: root/test.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2019-01-11 12:18:21 +1100
committerRyan Dahl <ry@tinyclouds.org>2019-01-10 20:18:21 -0500
commit6f5dbfe10234060828670c8848eb7e42ded1c4cd (patch)
tree0958f813a1892f9dc448d6483e1d32f37f07624e /test.ts
parent57c877c443765d7aa1f1f2d3cba801f280f19bfa (diff)
Reorg colors (denoland/deno_std#96)
Original: https://github.com/denoland/deno_std/commit/92bbca8166d6566011aff0ef467a83433747a937
Diffstat (limited to 'test.ts')
-rwxr-xr-xtest.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.ts b/test.ts
index 885096ac9..0ee32ff8c 100755
--- a/test.ts
+++ b/test.ts
@@ -1,7 +1,7 @@
#!/usr/bin/env deno --allow-run --allow-net --allow-write
import { run } from "deno";
-import "colors/main_test.ts";
+import "colors/test.ts";
import "datetime/test.ts";
import "examples/test.ts";
import "flags/test.ts";