mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -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,
|
||||
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()
|
||||
|
|
Loading…
Reference in a new issue