Searched refs:_connectToNgrokAsync (Results 1 – 2 of 2) sorted by relevance
86 expect(await ngrok._connectToNgrokAsync()).toEqual('http://localhost:3000');91 expect(await ngrok._connectToNgrokAsync()).toEqual('http://localhost:3000');98 expect(await ngrok._connectToNgrokAsync()).toEqual('http://localhost:3000');115 ngrok._connectToNgrokAsync({141 await ngrok._connectToNgrokAsync();
91 this.serverUrl = await this._connectToNgrokAsync({ timeout });106 async _connectToNgrokAsync( method in AsyncNgrok135 return this._connectToNgrokAsync(options, attempts + 1);