Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/server/__tests__/
H A DUrlCreator-test.ts18 expect(createDefaultCreator().constructLoadingUrl({}, 'ios')).toMatchInlineSnapshot(
21 expect(createDefaultCreator().constructLoadingUrl({}, 'android')).toMatchInlineSnapshot(
27 createDefaultCreator().constructLoadingUrl({ hostType: 'tunnel' }, 'ios')
32 createDefaultCreator().constructLoadingUrl({ scheme: 'my-scheme' }, 'android')
36 expect(createDefaultCreator().constructLoadingUrl({}, null)).toMatchInlineSnapshot(
H A DBundlerDevServer-test.ts274 urlCreator.constructLoadingUrl = jest.fn(urlCreator.constructLoadingUrl);
283 expect(urlCreator.constructLoadingUrl).toBeCalledTimes(3);
/expo/packages/@expo/cli/src/start/server/
H A DUrlCreator.ts39 public constructLoadingUrl(options: CreateURLOptions, platform: string | null): string { method in UrlCreator
H A DBundlerDevServer.ts444 this.getUrlCreator().constructLoadingUrl(