summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-02-12 15:20:32 -0500
committerGitHub <noreply@github.com>2019-02-12 15:20:32 -0500
commit0b0d962eb9cf6e41f840a65d3718c4d0a12eeb54 (patch)
tree59a0b29d70c3a3bbbac4748d9d906d1cb67bb906 /js
parent9240f9b57f464318802030033e10f7a6250d5506 (diff)
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.
Diffstat (limited to 'js')
-rw-r--r--js/unit_tests.ts2
1 files changed, 0 insertions, 2 deletions
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";