summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2026-04-25 16:47:48 +0800
committerGitHub <noreply@github.com>2026-04-25 16:47:48 +0800
commitdf8cf0ed25467856b58b44352cb6aad504baf1aa (patch)
treeae553af1fc832e44a96824eae4b36d6f7057c16b
parentf83d0b9653a8a548093645a9397f9f293b91c127 (diff)
test: add finally() to meta file (#39388)
-rw-r--r--test/_meta.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/_meta.lua b/test/_meta.lua
index 480aa40d26..e69345a370 100644
--- a/test/_meta.lua
+++ b/test/_meta.lua
@@ -23,3 +23,6 @@ function after_each(fn) end
--- @param fn fun()
function teardown(fn) end
+
+--- @param fn fun()
+function finally(fn) end