0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00
deno/cli/tests
Bartek Iwańczuk e06515c5a9
feat(test): better formatting for test elapsed time (#12610)
This commit changes formatting of elapsed time in test
runner output.

Instead of "XXXms", reporter outputs one of:
- "XXXms" for <1000ms
- "XXs" for <60s
- "XXXmYYs" for >=60s
2021-10-30 22:49:46 +02:00
..
integration fix(cli): linter/formater watches current directory without args (#12550) 2021-10-30 19:20:56 +02:00
testdata feat(test): better formatting for test elapsed time (#12610) 2021-10-30 22:49:46 +02:00
unit feat(ext/console): Display error.cause in console (#12462) 2021-10-30 19:25:46 +02:00
integration_tests.rs chore: split up integration_tests.rs into separate files (#11131) 2021-06-27 13:27:36 -04:00