(origin: string)
| 226 | const route = '/go/to/there'; |
| 227 | const url = basePath + route; |
| 228 | const getBaseHref = (origin: string) => origin + basePath + '/'; |
| 229 | |
| 230 | it('in case APP_BASE_HREF starts with http:', () => { |
| 231 | const origin = 'http://example.com'; |
no outgoing calls
no test coverage detected
searching dependent graphs…