nilaydshah / MochaTypescriptTest-101

Unit testing using Typescript, Mocha, Chai, Mochawesome, Gulp, Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Launch All Mocha Tests does not attach the debugger

reyou opened this issue · comments

commented

I cloned the project.

Once I run with VS Code with F5 and Launch All Mocha Tests selected, it passed all tests but breakpoint does not get hit.

Any idea on this?

Thanks for reporting this. Debugger is getting attached to .js file instead of .ts file. Need to fix sourceMap.