Searched refs:constructLoadingUrl (Results 1 – 4 of 4) sorted by relevance
18 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(
274 urlCreator.constructLoadingUrl = jest.fn(urlCreator.constructLoadingUrl);283 expect(urlCreator.constructLoadingUrl).toBeCalledTimes(3);
39 public constructLoadingUrl(options: CreateURLOptions, platform: string | null): string { method in UrlCreator
444 this.getUrlCreator().constructLoadingUrl(