summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-01-31 18:11:37 -0500
committerGitHub <noreply@github.com>2019-01-31 18:11:37 -0500
commiteff7a1484eae038624d398e276424fcdc43b79de (patch)
treeac9e47fbc0799b5f3e5a12e5e9035087dd9f150b /js
parentc7b53125c38c397737da9c17500640cc0670e482 (diff)
Upgrade deno_std to bef7ba (#1609)
Diffstat (limited to 'js')
m---------js/deps/https/deno.land/x/std0
-rw-r--r--js/unit_tests.ts2
2 files changed, 2 insertions, 0 deletions
diff --git a/js/deps/https/deno.land/x/std b/js/deps/https/deno.land/x/std
-Subproject 41a2d218264b2f9217bf793893aff5dadd2c4ca
+Subproject bef7ba14303997a05cdd1ea0d28ffefeee75c99
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";