fix(test): mock

This commit is contained in:
Barrett Ruth 2025-09-26 09:03:51 -04:00
parent 433a468ee6
commit 0c4d09a0a9

View file

@ -40,7 +40,7 @@ describe('cp command parsing', function()
package.loaded['cp.state'] = mock_state
local mock_ui_panel = {
close_run_panel = function() end,
toggle_run_panel = function() end,
}
package.loaded['cp.ui.panel'] = mock_ui_panel