DEV Community

Discussion on: Boost Your Productivity: Best Software For Dev Teams

Collapse
 
chrisczopp profile image
chris-czopp

Here is my own Chrome extension for generating tests for react/solid/preact: github.com/chris-czopp/solid-test-... Initially, I used it for generating Jest tests for React apps. It made writing (actually generating) a lot of fun and I could stop worrying about what selector to use and where to get backend payloads from for mocks. Recently I just decided to share it with others.

Collapse
 
jamieswift90 profile image
Jamie Swift

Thanks for sharing! Looks interesting, will have a look! 🙌