diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-06-11 14:38:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-11 14:38:19 -0400 |
commit | 912e4f717785e2f5266d749c54a289227523db12 (patch) | |
tree | 8ad0ee84e925e16924ab3727101e06c4c64be76e /js | |
parent | de8c85f8f2f4631cc4e7cba2616df94fd2c37160 (diff) |
feat: default output filename for deno bundle (#2484)
And improve bundle docs
Diffstat (limited to 'js')
-rw-r--r-- | js/unit_tests.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/unit_tests.ts b/js/unit_tests.ts index eb6f62bdb..ff9f459e5 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -50,7 +50,7 @@ import "./performance_test.ts"; import "./permissions_test.ts"; import "./version_test.ts"; -import "../website/app_test.js"; +import "../website/app_test.ts"; import { runIfMain } from "./deps/https/deno.land/std/testing/mod.ts"; |