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 f64e2ae95..94534825d 100755
--- a/test.ts
+++ b/test.ts
@@ -13,6 +13,9 @@ import "net/http_test.ts";
import "net/textproto_test.ts";
import { runTests, completePromise } from "net/file_server_test.ts";
+// logging tests
+import "logging/test.ts";
+
// file server test
const fileServer = run({
args: ["deno", "--allow-net", "net/file_server.ts", "."]