fix(test): toggle interactive panel
This commit is contained in:
parent
0c4d09a0a9
commit
bf191d7f67
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue