Skip to content

Commit

Permalink
Fix most of the broken unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-Holbrook committed Nov 20, 2024
1 parent b19bfaa commit c747e3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/debugSession/BrightScriptDebugSession.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ describe('BrightScriptDebugSession', () => {
emitter: new EventEmitter(),
on: TelnetAdapter.prototype.on,
once: TelnetAdapter.prototype.once,
onReady: () => Promise.resolve(),
emit: TelnetAdapter.prototype['emit'],
activate: () => Promise.resolve(),
registerSourceLocator: (a, b) => { },
Expand Down

0 comments on commit c747e3e

Please sign in to comment.