summaryrefslogtreecommitdiff
path: root/js/unit_tests.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-11-04 15:36:46 -0800
committerGitHub <noreply@github.com>2018-11-04 15:36:46 -0800
commitbd88e56cbc6e64da471b379f996bac6c564a7e1e (patch)
treef4a78ba4f053074cdf0095dc39364158a5c2d857 /js/unit_tests.ts
parent4e07783663d51877e7d41465cf5ef10d1540c4b3 (diff)
Add deno.Buffer (#1121)
Do not confuse this with Node's Buffer. This is a direct port of Go's bytes.Buffer - it allows buffering of Reader and Writer objects.
Diffstat (limited to 'js/unit_tests.ts')
-rw-r--r--js/unit_tests.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/unit_tests.ts b/js/unit_tests.ts
index 8f9f4d043..69a14185c 100644
--- a/js/unit_tests.ts
+++ b/js/unit_tests.ts
@@ -4,6 +4,7 @@
// But it can also be run manually: ./out/debug/deno js/unit_tests.ts
import "../website/app_test.js";
import "./blob_test.ts";
+import "./buffer_test.ts";
import "./chmod_test.ts";
import "./compiler_test.ts";
import "./console_test.ts";