diff --git a/src/debugSession/BrightScriptDebugSession.spec.ts b/src/debugSession/BrightScriptDebugSession.spec.ts index f9182c78..fb6fdb47 100644 --- a/src/debugSession/BrightScriptDebugSession.spec.ts +++ b/src/debugSession/BrightScriptDebugSession.spec.ts @@ -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) => { },