Update docs

This commit is contained in:
2025-06-30 17:22:12 +10:00
parent 57f391a950
commit 3de17cb77e
11 changed files with 96 additions and 96 deletions

View File

@@ -117,7 +117,7 @@ local function main(item)
fail = fail + 1
end
end
local elapsed = time:elapsed()
local elapsed = time:elapsed_secs()
local code = 1
if fail == 0 then
print("", style("pass", ("%s %d tests passed"):format(icon.check, pass)))