Home
last modified time | relevance | path

Searched refs:_connectToNgrokAsync (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/start/server/__tests__/
H A DAsyncNgrok-test.ts86 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();
/expo/packages/@expo/cli/src/start/server/
H A DAsyncNgrok.ts91 this.serverUrl = await this._connectToNgrokAsync({ timeout });
106 async _connectToNgrokAsync( method in AsyncNgrok
135 return this._connectToNgrokAsync(options, attempts + 1);