Is it possible to add breakpoints to ones Mocha tests using Visual Studio Code?
Normally when debugging code one need to configure the launch.json, setting the prog
In VSCode version 1.13.0 (macOS), they have it built-in under configurations -> Mocha Tests.
Mocha Tests