DEV Community

Discussion on: When to snapshot ?

Collapse
 
ryancraigmartin profile image
Ryan Craig Martin

It depends on what kind of testing you are planning on doing. For instance I am currently using Jest to test the API gateway for a microservices architecture at my company and using snapshots to validate responses from GraphQL.