summaryrefslogtreecommitdiff
path: root/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test.ts')
-rwxr-xr-xtest.ts6
1 files changed, 5 insertions, 1 deletions
diff --git a/test.ts b/test.ts
index 54413ecd9..1155202d1 100755
--- a/test.ts
+++ b/test.ts
@@ -1,6 +1,10 @@
#!/usr/bin/env deno --allow-run --allow-net
-import { run, exit } from "deno";
+import { run } from "deno";
+// colors tests
+import "colors/main_test.ts";
+
+// net tests
import "net/bufio_test.ts";
import "net/http_test.ts";
import "net/textproto_test.ts";