Repro repo for debugger stopping at incorrect line numbers in source files with ts-jest@20.0.13
Steps to reproduce:
-
yarn
ornpm install
to install dependencies -
npm run test
to build and run tests, notice that coverage is 100% -
Open the project in VSCode, go to Debug and run "Debug Tests"
-
Notice that the build task runs and debugger stops two lines after debugger; statement in SystemUndertest.ts, and returnValue is not populated under Watch section
Tested with:
- VSCode Version 1.15.1
- Node v8.4.0
- vscode-jest 2.3.0