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

Repro repo for debugger issue with TS target es2017 and ts-jest@20.0.x

Notifications You must be signed in to change notification settings

trivikr/ts-jest-es2017-debugger-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ts-jest-es2017-debugger-repro

Repro repo for debugger issue with TS compilerOptions.target "es2017" and ts-jest@20.0.x

Note: A temporary fix is in this commit, while the permanent fix is in this one

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 one line after debugger; statement as shown in the screen recording below

    Screen recording

Tested with:

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

About

Repro repo for debugger issue with TS target es2017 and ts-jest@20.0.x

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published