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 ace59a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/element-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ describe('XTerminalElement', () => {
['removeItem', 'getActiveItem', 'destroyItem'])
const element = new XTerminalElement()
await element.initialize(model)
await element.createTerminal()
return element
}

Expand Down

0 comments on commit ace59a6

Please sign in to comment.