summaryrefslogtreecommitdiff
path: root/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test.ts')
-rwxr-xr-xtest.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/test.ts b/test.ts
index 1155202d1..f64e2ae95 100755
--- a/test.ts
+++ b/test.ts
@@ -4,6 +4,9 @@ import { run } from "deno";
// colors tests
import "colors/main_test.ts";
+// flags tests
+import "flags/test.ts";
+
// net tests
import "net/bufio_test.ts";
import "net/http_test.ts";