https://github.com/jakebailey/ts-jest-vsc-repro
https://github.com/jakebailey/ts-jest-vsc-repro
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakebailey/ts-jest-vsc-repro
- Owner: jakebailey
- Created: 2021-09-03T21:51:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T21:52:28.000Z (almost 5 years ago)
- Last Synced: 2025-02-25T18:41:10.402Z (over 1 year ago)
- Language: TypeScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Reproducer for broken `ts-jest` source mapping in VS Code 1.60; works in 1.59 and below.
1. Open `index.ts` and set a breakpoint on the log line.
2. Open `doSomething.test.ts` and run the debug task. The breakpoint will not be hit.
3. Set a breakpoint in `doSomething.test.ts`; the breakpoint will be caught in the unmapped transformed file, on the wrong line.