From e06515c5a904f92946bf20070a554094336f71ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 30 Oct 2021 22:49:46 +0200 Subject: 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 --- cli/tests/testdata/workers/test.ts.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') diff --git a/cli/tests/testdata/workers/test.ts.out b/cli/tests/testdata/workers/test.ts.out index 1b4238a9b..f56dbda8a 100644 --- a/cli/tests/testdata/workers/test.ts.out +++ b/cli/tests/testdata/workers/test.ts.out @@ -1,3 +1,3 @@ [WILDCARD] -test result: ok. [WILDCARD] passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]ms) +test result: ok. [WILDCARD] passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) -- cgit v1.2.3