#sam.siu - React testing

1 messages · Page 1 of 1 (latest)

hazy marten
#

Hi.

#

When you say sample code, what type of code are you referring to?

mellow grove
#

Some sample code around writing unit test for mocking Stripe, PaymentElement etc

hazy marten
#

I don't know of any sample code for unit tests but let me take a look

mellow grove
#

Many thanks!

hazy marten
#

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?