docs(lua): add LuaCATS type annotations across core modules
This commit is contained in:
parent
fc2331c242
commit
1f0414de8e
15 changed files with 73 additions and 0 deletions
|
|
@ -331,6 +331,7 @@ setup_keybindings = function(buf)
|
|||
})
|
||||
end
|
||||
|
||||
---@param test_index? integer
|
||||
function M.toggle_edit(test_index)
|
||||
if edit_state then
|
||||
save_all_tests()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue