UNPKG

qe-fe-automation

Version:
8 lines (6 loc) 275 B
import { StripeValidation } from '@commerce-lib/stripe/stripe_validation'; describe('Commerce: Verify Stripe Fee ', () => { it('C719706: Verifying trip fee in Stripe account', { tags: ['@tier1'] }, () => { StripeValidation.validateStripeFee2('EURNZJ', '5'); }); });