(amount: number)
| 4 | export const convertToTimeContributed = (amount: number) => |
| 5 | numToCommas((amount / CENTS_IN_DOLLAR) * EDUCATION_HOURS_PER_DOLLAR); |
| 6 | export const formattedAmountLabel = (amount: number) => |
| 7 | numToCommas(amount / CENTS_IN_DOLLAR); |
no test coverage detected