mirror of
https://github.com/denoland/deno.git
synced 2025-01-09 07:39:15 -05:00
Move TestFmt to end of tests (#2491)
This commit is contained in:
parent
d82c1991cf
commit
508e9849ff
1 changed files with 2 additions and 1 deletions
|
@ -41,12 +41,13 @@ def main():
|
||||||
TestTarget,
|
TestTarget,
|
||||||
JsUnitTests,
|
JsUnitTests,
|
||||||
TestFetch,
|
TestFetch,
|
||||||
TestFmt,
|
|
||||||
TestIntegrations,
|
TestIntegrations,
|
||||||
TestRepl,
|
TestRepl,
|
||||||
TestDenoDir,
|
TestDenoDir,
|
||||||
TestBenchmark,
|
TestBenchmark,
|
||||||
TestIsTty,
|
TestIsTty,
|
||||||
|
# It is very slow, so do TestFmt at the end.
|
||||||
|
TestFmt,
|
||||||
]
|
]
|
||||||
test_cases += permission_prompt_tests()
|
test_cases += permission_prompt_tests()
|
||||||
test_cases += complex_permissions_tests()
|
test_cases += complex_permissions_tests()
|
||||||
|
|
Loading…
Reference in a new issue