All files / src/environments environment.ts

100% Statements 2/2
100% Branches 6/6
100% Functions 0/0
100% Lines 1/1

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

1 2 3 4 538x        
export const environment = {
    prod: (window as any)['env']?.prod ?? false,
    recaptcha_key: (window as any)['env']?.recaptchaKey ?? 'TODO_RECAPTCHA_KEY',
    apiUrl: (window as any)['env']?.apiUrl ?? ""
};