summaryrefslogtreecommitdiff
path: root/testing/test.ts
diff options
context:
space:
mode:
authorArash Arbabi <nervous.fiend@gmail.com>2019-03-31 00:22:33 +0430
committerRyan Dahl <ry@tinyclouds.org>2019-03-30 15:52:33 -0400
commitfd170692ddd48b66bac095db2c9d71fa89bdad43 (patch)
tree646d78fd1eff69fa4ca40ca49845a4f7e94f41af /testing/test.ts
parentd87c37f089d1ba48652f17cba3b73fb0ae0a7eb8 (diff)
fix: benchmarks not returning on deno 0.3.4+ (denoland/deno_std#317)
Original: https://github.com/denoland/deno_std/commit/a1ceaa6ef7bd7d79d4f9accb2dbfd53482aa887a
Diffstat (limited to 'testing/test.ts')
-rw-r--r--testing/test.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/test.ts b/testing/test.ts
index 4b68f5bf4..2359cba2e 100644
--- a/testing/test.ts
+++ b/testing/test.ts
@@ -11,8 +11,7 @@ import "./format_test.ts";
import "./diff_test.ts";
import "./pretty_test.ts";
import "./asserts_test.ts";
-// TODO(ry) Re-enable these tests - they are causing the a hang.
-// import "./bench_test.ts";
+import "./bench_test.ts";
test(function testingAssertEqualActualUncoercable() {
let didThrow = false;