diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-06-14 17:43:06 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-14 08:43:06 -0700 |
commit | d00a4beec40faa9d2ddb482ed152f00c36ae2f42 (patch) | |
tree | 39609a02ba29741d01eb1657a5871837b3ecbf54 /test.ts | |
parent | 926594c53c600fd65f210806d7d6d841b02c3385 (diff) |
feat: installer (denoland/deno_std#489)
Original: https://github.com/denoland/deno_std/commit/a3015be14195df46486a49e5c791afba4dfe084a
Diffstat (limited to 'test.ts')
-rwxr-xr-x | test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ import "./flags/test.ts"; import "./fs/test.ts"; import "./http/test.ts"; import "./io/test.ts"; +import "./installer/test.ts"; import "./log/test.ts"; import "./media_types/test.ts"; import "./mime/test.ts"; |