fix: rename run panel to panel
This commit is contained in:
parent
c29ec1c6b0
commit
018d801121
9 changed files with 53 additions and 54 deletions
|
|
@ -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 = {}, {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue