diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2018-09-25 00:31:14 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-09-24 11:31:14 -0400 |
commit | 17a7b03d1b86b3519e611aa855f561352075a954 (patch) | |
tree | 26b64f6bfd13e2d9c6ee013b5e0c2b32a48fb78f /js/unit_tests.ts | |
parent | c124db4701c21ce179c0f2527cf6b8a5413910b9 (diff) |
Start testing website (#813)
Diffstat (limited to 'js/unit_tests.ts')
-rw-r--r-- | js/unit_tests.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/unit_tests.ts b/js/unit_tests.ts index 5c32f710f..103e89d89 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -17,3 +17,5 @@ import "./symlink_test.ts"; import "./platform_test.ts"; import "./text_encoding_test.ts"; import "./trace_test.ts"; + +import "../website/app_test.js"; |