summaryrefslogtreecommitdiff
path: root/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test.ts')
-rwxr-xr-xtest.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.ts b/test.ts
index f740d497b..09ce823de 100755
--- a/test.ts
+++ b/test.ts
@@ -12,6 +12,8 @@ import "./io/writers_test.ts";
import "./io/readers_test.ts";
import "./fs/path/test.ts";
import "./fs/walk_test.ts";
+import "./fs/globrex_test.ts";
+import "./fs/glob_test.ts";
import "./io/test.ts";
import "./http/server_test.ts";
import "./http/file_server_test.ts";