The function of avajs message parameter

such as

test("my test",(t)=>{
    t.is(1,1,"message")
})

t.is what is the use of the third parameter? During the execution, I didn"t see his output

.
Jul.23,2021
Menu