Searched refs:constructDevClientUrl (Results 1 – 4 of 4) sorted by relevance
44 expect(createDefaultCreator().constructDevClientUrl({})).toEqual(null);47 expect(createDefaultCreator().constructDevClientUrl({ scheme: 'http' })).toEqual(null);48 expect(createDefaultCreator().constructDevClientUrl({ scheme: 'https' })).toEqual(null);52 createDefaultCreator().constructDevClientUrl({ scheme: 'dev.expo.invalid_node_protocol' })56 expect(createDefaultCreator().constructDevClientUrl({ scheme: 'bacon' })).toMatchInlineSnapshot(62 createDefaultCreator().constructDevClientUrl({ scheme: 'bacon', hostType: 'tunnel' })67 createDefaultCreator().constructDevClientUrl({ scheme: 'bacon', hostType: 'localhost' })72 createDefaultCreator().constructDevClientUrl({ scheme: 'bacon', hostname: 'foobar.dev' })
352 ? this.getUrlCreator().constructDevClientUrl(opts) ?? this.getDevServerUrl()470 getCustomRuntimeUrl: this.urlCreator.constructDevClientUrl.bind(this.urlCreator),
50 public constructDevClientUrl(options?: CreateURLOptions): null | string { method in UrlCreator
388 return this.urlCreator?.constructDevClientUrl();