Generating test data with Zod
Apr 23, 2023 · 4 min read · I 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...
Join discussion