Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit e9d1420

Browse files
committed
logging on test calc
1 parent 27a38af commit e9d1420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/LeaderboardService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function getTestsPassed (metadata) {
3131
const tests = metadata.assertions || {}
3232

3333
let testsPassed = tests.total - tests.pending - tests.failed
34-
34+
logger.log(`${tests.total} - ${tests.pending} - ${tests.failed} == ${testsPassed}`)
3535
if (!testsPassed) {
3636
testsPassed = 0
3737
}

0 commit comments

Comments
 (0)