test: add finally() to meta file (#39388)

This commit is contained in:
zeertzjq
2026-04-25 16:47:48 +08:00
committed by GitHub
parent f83d0b9653
commit df8cf0ed25

View File

@@ -23,3 +23,6 @@ function after_each(fn) end
--- @param fn fun()
function teardown(fn) end
--- @param fn fun()
function finally(fn) end