DEV Community

Discussion on: My "Whoa, I didn't know that!" moments with Jest

Collapse
 
javaguirre profile image
Javier Aguirre • Edited

Majestic looks cool! I like to launch Jest from vs code using ‘—watch’, so it’s running while changing key parts of my components.

Another cool way of using jest is when using the storybook plugin for Structural Testing in React.