fix(test): toggle interactive panel

This commit is contained in:
Barrett Ruth 2025-09-26 09:06:04 -04:00
parent 0c4d09a0a9
commit bf191d7f67

View file

@ -41,6 +41,7 @@ describe('cp command parsing', function()
local mock_ui_panel = {
toggle_run_panel = function() end,
toggle_interactive = function() end,
}
package.loaded['cp.ui.panel'] = mock_ui_panel