mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 18:22:40 +00:00
Integrated terminal (#1295)
* Add terminal tab * Add basic terminal * Style terminal * Add keybinding * Auto scroll: * Mock for jest test
This commit is contained in:
@@ -54,6 +54,12 @@ module.exports = async function () {
|
||||
}
|
||||
})
|
||||
|
||||
jest.mock('@/stores/workspace/bottomPanelStore', () => {
|
||||
return {
|
||||
toggleBottomPanel: jest.fn()
|
||||
}
|
||||
})
|
||||
|
||||
jest.mock('vue-i18n', () => {
|
||||
return {
|
||||
useI18n: jest.fn()
|
||||
|
||||
Reference in New Issue
Block a user