summaryrefslogtreecommitdiff
path: root/test.ts
diff options
context:
space:
mode:
authorJun Kato <i@junkato.jp>2019-05-15 06:59:43 +0900
committerRyan Dahl <ry@tinyclouds.org>2019-05-14 17:59:42 -0400
commit42a00733fcf4d04f35e7676db560495b8999ddfa (patch)
tree6d18e7f43cf71039965d35742d1b31c112fce2b7 /test.ts
parent592e90c3c27e05e7fa0372fa7f7bbdf8f92f683c (diff)
feat: add Tar and Untar classes (denoland/deno_std#388)
Ported from danoweb https://github.com/arcatdmz/danoweb/blob/fccb5bfc60866521c96abd31f35ddca1f508e63f/server/tar.ts https://github.com/arcatdmz/danoweb/blob/fccb5bfc60866521c96abd31f35ddca1f508e63f/server/tar_test.ts Original: https://github.com/denoland/deno_std/commit/98257ef30319bd77ac36626291ff589e84ea88cd
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 869be1c8c..cc921cf9f 100755
--- a/test.ts
+++ b/test.ts
@@ -1,5 +1,6 @@
#!/usr/bin/env deno run -A
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
+import "./archive/tar_test.ts";
import "./colors/test.ts";
import "./datetime/test.ts";
import "./examples/test.ts";