Skip to content

Commit

Permalink
test: create terminal in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Aug 5, 2020
1 parent 06667c1 commit 22e0618
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/element-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ describe('XTerminalElement', () => {
['removeItem', 'getActiveItem', 'destroyItem'])
const element = new XTerminalElement()
await element.initialize(model)
await element.createTerminal()
element.applyPendingTerminalProfileOptions()
return element
}

Expand Down

0 comments on commit 22e0618

Please sign in to comment.