Move TestFmt to end of tests (#2491)

This commit is contained in:
Ryan Dahl 2019-06-11 11:11:12 -04:00 committed by GitHub
parent d82c1991cf
commit 508e9849ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()