Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Repro repo for debugger stopping at incorrect line numbers in source files with ts-jest@20.0.13

Notifications You must be signed in to change notification settings

trivikr/ts-jest-node8-debugger-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ts-jest-node8-debugger-repro

Repro repo for debugger stopping at incorrect line numbers in source files with ts-jest@20.0.13

Steps to reproduce:

  • yarn or npm 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

    Screen recording

Tested with:

  • VSCode Version 1.15.1
  • Node v8.4.0
  • vscode-jest 2.3.0

About

Repro repo for debugger stopping at incorrect line numbers in source files with ts-jest@20.0.13

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published