diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2019-06-11 00:34:43 +1000 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-10 10:34:43 -0400 |
commit | 0ed3046a9a262f0aa2d58293e7ed0d7117eaa558 (patch) | |
tree | d24d6afb42214682b75ba87119b3835cda43af54 /test.ts | |
parent | 87d3b9b5cc3695402b2e316c39384fabd7e5874a (diff) |
Add bundle loader (denoland/deno_std#480)
Original: https://github.com/denoland/deno_std/commit/fe7f6e117fee724bf8f9b44526de1add7da7dfdd
Diffstat (limited to 'test.ts')
-rwxr-xr-x | test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"; |