You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Stripe-Mock for easy integration testing.
Stripe-Mock is stateless, if you want it to respond a certain way because of some state you would need to add that into the test.
Acceptance Criteria:
write an integration test with stripe mock basically as a POC with storj/up.
this would mean that stripe-mock is now integrated with Storj/up and we would be able to send requests to stripe-mock and get the correct responses.
The text was updated successfully, but these errors were encountered:
Use Stripe-Mock for easy integration testing.
Stripe-Mock is stateless, if you want it to respond a certain way because of some state you would need to add that into the test.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: