JEST Runner (Debug unit tests with Jest)

In VSCode there is an extension that allows you to run or debug unit tests individually, this tool is called Jest Runner and all you have to do is install it.

From now on the Run | Debug options will be enabled. This way you will be able to place breakpoints from VSCode and debug unit test in a specific way.

You can also add CLI Options in settings.

Last updated