Integrated terminal (#1295)

* Add terminal tab

* Add basic terminal

* Style terminal

* Add keybinding

* Auto scroll:

* Mock for jest test
This commit is contained in:
Chenlei Hu
2024-10-24 23:31:00 +02:00
committed by GitHub
parent d142893244
commit 14a6687cc9
8 changed files with 138 additions and 31 deletions

View File

@@ -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()