From eff7a1484eae038624d398e276424fcdc43b79de Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 31 Jan 2019 18:11:37 -0500 Subject: Upgrade deno_std to bef7ba (#1609) --- js/deps/https/deno.land/x/std | 2 +- js/unit_tests.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'js') diff --git a/js/deps/https/deno.land/x/std b/js/deps/https/deno.land/x/std index 41a2d2182..bef7ba143 160000 --- a/js/deps/https/deno.land/x/std +++ b/js/deps/https/deno.land/x/std @@ -1 +1 @@ -Subproject commit 41a2d218264b2f9217bf793893aff5dadd2c4ca9 +Subproject commit bef7ba14303997a05cdd1ea0d28ffefeee75c993 diff --git a/js/unit_tests.ts b/js/unit_tests.ts index 200c0b769..418779f7f 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -47,3 +47,5 @@ import "./write_file_test.ts"; import "../tools/util_test.ts"; import "../website/app_test.js"; + +import "deps/https/deno.land/x/std/testing/main.ts"; -- cgit v1.2.3