From 3b59323e428631b78397412bbfb5e39b23b009df Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Mon, 14 Jan 2019 00:42:08 +0900 Subject: [PATCH] chore: re-enable test of website (#1508) --- js/unit_tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/unit_tests.ts b/js/unit_tests.ts index 3035f9ed4f..846b212534 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -41,4 +41,4 @@ import "./url_test.ts"; import "./url_search_params_test.ts"; import "./write_file_test.ts"; -// TODO import "../website/app_test.js"; +import "../website/app_test.js";