From 0b0d962eb9cf6e41f840a65d3718c4d0a12eeb54 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 12 Feb 2019 15:20:32 -0500 Subject: Revert "Rewrite tools/format.py in deno (#1528)" (#1752) tools/format.ts is making CI flaky and it's difficult to run right now. Reverting to tools/format.py This reverts commit f19622e7681b7753788137706e535f72c3ebb38e. --- js/unit_tests.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'js') diff --git a/js/unit_tests.ts b/js/unit_tests.ts index edad57893..a5fc836c5 100644 --- a/js/unit_tests.ts +++ b/js/unit_tests.ts @@ -45,8 +45,6 @@ import "./url_search_params_test.ts"; import "./write_file_test.ts"; import "./performance_test.ts"; -import "../tools/util_test.ts"; - import "../website/app_test.js"; import "deps/https/deno.land/x/std/testing/main.ts"; -- cgit v1.2.3