From f19622e7681b7753788137706e535f72c3ebb38e Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Fri, 18 Jan 2019 05:09:44 +0900 Subject: Rewrite tools/format.py in deno (#1528) Note: findFiles and findFilesWalk are borrowed from the previous attempt of @pseudo-su (#1434) --- js/unit_tests.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'js') diff --git a/js/unit_tests.ts b/js/unit_tests.ts index 35050fc84..15b3d461a 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -42,4 +42,6 @@ import "./url_test.ts"; import "./url_search_params_test.ts"; import "./write_file_test.ts"; +import "../tools/util_test.ts"; + import "../website/app_test.js"; -- cgit v1.2.3