#jest
Read more stories on Hashnode
Articles with this tag
Unit test everything. I hear this advice a lot. Most people think you should focus most of your time on unit tests. There's nothing wrong with unit...
TL;DR I built a neovim plugin that runs jest when a test file is saved and displays the results directly next to the test in...
Use msw and openapi-backend to automatically mock API endpoint ยท Use msw to respond with example data from an openapi spec file. Testing your frontend...