summaryrefslogtreecommitdiff
path: root/testing/main.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-01-24 16:25:13 -0500
committerGitHub <noreply@github.com>2019-01-24 16:25:13 -0500
commit6a0e32dc35dd27807f4b95556ddb8c1fe26fae89 (patch)
tree5fb1d43648f1d43f26801de61094c9d3fa31a03d /testing/main.ts
parent57b6fdb2eb743260a771489b98eb9e691ccad236 (diff)
testing: Don't automatically run on import (denoland/deno_std#129)
Original: https://github.com/denoland/deno_std/commit/ec1675a8cad2b9044ac8cf205920c0f230127133
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();