#sam.siu - React testing
1 messages · Page 1 of 1 (latest)
Some sample code around writing unit test for mocking Stripe, PaymentElement etc
I don't know of any sample code for unit tests but let me take a look
Many thanks!
Unfortunately I'm not seeing anything. We've got some sample projects using React here: https://github.com/orgs/stripe-samples/repositories
But I don't see any examples of unit tests.
I haven't used Jest myself but the objects our APIs return are fairly simple and those are well documented here:
https://stripe.com/docs/api
Perhaps you could mock these objects as return values?