summaryrefslogtreecommitdiff
path: root/tools/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test.py')
-rwxr-xr-xtools/test.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/test.py b/tools/test.py
index 262a05f1f..b86471342 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -41,12 +41,13 @@ def main():
TestTarget,
JsUnitTests,
TestFetch,
- TestFmt,
TestIntegrations,
TestRepl,
TestDenoDir,
TestBenchmark,
TestIsTty,
+ # It is very slow, so do TestFmt at the end.
+ TestFmt,
]
test_cases += permission_prompt_tests()
test_cases += complex_permissions_tests()