fix: rename run panel to panel

This commit is contained in:
Barrett Ruth 2025-10-23 09:54:55 -04:00
parent c29ec1c6b0
commit 018d801121
9 changed files with 53 additions and 54 deletions

View file

@ -275,7 +275,7 @@ local function data_row(c, idx, tc, is_current, test_state)
return line, hi
end
---@param test_state RunPanelState
---@param test_state PanelState
---@return string[], Highlight[] lines and highlight positions
function M.render_test_list(test_state)
local lines, highlights = {}, {}