summaryrefslogtreecommitdiff
path: root/testing/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'testing/main.ts')
-rw-r--r--testing/main.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/main.ts b/testing/main.ts
new file mode 100644
index 000000000..d7e703697
--- /dev/null
+++ b/testing/main.ts
@@ -0,0 +1,3 @@
+// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
+import { runTests } from "mod.ts";
+runTests();