DEV Community

Discussion on: Jest testing without the noise

Collapse
 
blanners profile image
Gauthier Blanpain

If you are using VS Code, I highly recommend the Jest Runner extension: marketplace.visualstudio.com/items...

It has saved me countless hours and just makes it incredibly easy to run and debug individual tests 👍

Collapse
 
pffigueiredo profile image
Pedro Figueiredo

Uuuh, thanks for sharing this, was not aware of such extension, TIL 🔥

Collapse
 
equiman profile image
Camilo Martinez • Edited

I'll going to try it. I'm actually have two extension to do the same.

marketplace.visualstudio.com/items...

marketplace.visualstudio.com/items...

Collapse
 
aidantorrence profile image
Aidan Torrence • Edited

don't use jest runner, use the stuff mentioned in the article