Two Different Ways Of Jest Debugging
This tutorial will educate you on how to debug tests written based on Jest. We will apply and understand 2 different ways in which we can debug Jest tests as shown below.
#1) Node’s native debugger and then using Chrome Inspector to debug the tests
#2) Using Visual Studio Code’s debug configuration to debug the tests within the Visual Studio Code editor itself. This is the most commonly used way to debug since Visual Studio Code is the default editor of choice for most of the Javascript development these days.
On this page of the site you can watch the video online Jest Debugging Tutorial with a duration of hours minute second in good quality, which was uploaded by the user Software Testing Help 22 May 2020, share the link with friends and acquaintances, this video has already been watched 10,344 times on youtube and it was liked by 76 viewers. Enjoy your viewing!