Searched refs:getActiveUrl (Results 1 – 4 of 4) sorted by relevance
39 ngrok.getActiveUrl = jest.fn(ngrok.getActiveUrl.bind(ngrok));61 expect(ngrok.getActiveUrl()).toBeNull();63 expect(ngrok.getActiveUrl()).toEqual('http://localhost:3000');
4 getActiveUrl = jest.fn(() => this.serverUrl); property in AsyncNgrok
39 public getActiveUrl(): string | null { method in AsyncNgrok
382 return this.ngrok?.getActiveUrl() ?? null;