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 400cf323b..a8f29bc99 100755
--- a/test.ts
+++ b/test.ts
@@ -15,6 +15,8 @@ import "./fs/globrex_test.ts";
import "./fs/glob_test.ts";
import "./fs/exists_test.ts";
import "./fs/empty_dir_test.ts";
+import "./fs/ensure_dir_test.ts";
+import "./fs/ensure_file_test.ts";
import "./io/test.ts";
import "./http/server_test.ts";
import "./http/file_server_test.ts";