summaryrefslogtreecommitdiff
path: root/test.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2019-06-11 00:34:43 +1000
committerRyan Dahl <ry@tinyclouds.org>2019-06-10 10:34:43 -0400
commit0ed3046a9a262f0aa2d58293e7ed0d7117eaa558 (patch)
treed24d6afb42214682b75ba87119b3835cda43af54 /test.ts
parent87d3b9b5cc3695402b2e316c39384fabd7e5874a (diff)
Add bundle loader (denoland/deno_std#480)
Original: https://github.com/denoland/deno_std/commit/fe7f6e117fee724bf8f9b44526de1add7da7dfdd
Diffstat (limited to 'test.ts')
-rwxr-xr-xtest.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.ts b/test.ts
index edaca7a21..864f1b511 100755
--- a/test.ts
+++ b/test.ts
@@ -2,6 +2,7 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import "./archive/tar_test.ts";
import "./bytes/test.ts";
+import "./bundle/test.ts";
import "./colors/test.ts";
import "./datetime/test.ts";
import "./encoding/test.ts";