diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2026-04-25 16:47:48 +0800 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2026-04-25 10:10:25 +0000 |
| commit | e5114d03b589511e5ce8c47d8e9de62b45a583e4 (patch) | |
| tree | e62d5d5d9026c46583a9d302121a3043abff6f21 | |
| parent | aedbae4ab64041c389744c417dea6d4d3e86005f (diff) | |
test: add finally() to meta file (#39388)
(cherry picked from commit df8cf0ed25467856b58b44352cb6aad504baf1aa)
| -rw-r--r-- | test/_meta.lua | 3 |
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 |
