Dan Bahramidanbahrami.hashnode.dev·Apr 23, 2023Generating test data with ZodI was recently integrating a web app into a desktop native app. When building the API layer between the two I used zod to validate the data that we receive in the web app. To test the API layer I needed some fake data. My usual approach would be to w...4.3K readszod