All files / app/features/donations constants.ts

0% Statements 0/10
100% Branches 0/0
100% Functions 0/0
0% Lines 0/5

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           
export const DONATIONS_BOX_CURRENCY = "$";
export const DONATIONS_BOX_VALUES = [3, 5, 10, 15, 50, 100, 500];
export const BENEFACTOR_EMAIL = "benefactor@couchers.org";
export const SUPPORT_EMAIL = "support@couchers.org";
export const ANONYMOUS_DONATION_MIN_AMOUNT = 50;