- Do NOT modify files inside
src/ - Write your tests inside
tests/ - CI must be green for evaluation
- Write Jest tests for:
calculateFinalAmount(subtotal, coupon) - no coupon case
- SAVE10 coupon
- FLAT50 boundary case
- invalid subtotal throws error
- case-insensitive coupon
- Add GitHub Actions CI to run
npm teston push and PR
npm install npm test