All files / platform/app/src/utils publicUrl.ts

100% Statements 2/2
75% Branches 3/4
100% Functions 0/0
100% Lines 2/2

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 734x 34x          
const publicUrl = (window as any).PUBLIC_URL || '/';
const routerBasename = (window as any).config?.routerBasename || publicUrl;
 
export { publicUrl, routerBasename };
 
export default publicUrl;