Home
last modified time | relevance | path

Searched refs:AsyncNgrok (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/cli/src/start/server/__mocks__/
H A DAsyncNgrok.ts1 export class AsyncNgrok { class
/expo/packages/@expo/cli/src/start/server/
H A DBundlerDevServer.ts4 import { AsyncNgrok } from './AsyncNgrok';
93 protected ngrok: AsyncNgrok | null = null;
228 public async _startTunnelAsync(): Promise<AsyncNgrok | null> {
232 this.ngrok = new AsyncNgrok(this.projectRoot, port);
H A DAsyncNgrok.ts25 export class AsyncNgrok { class
/expo/packages/@expo/cli/src/start/server/__tests__/
H A DAsyncNgrok-test.ts6 import { AsyncNgrok } from '../AsyncNgrok';
38 const ngrok = new AsyncNgrok(projectRoot, port);