You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem seems to be code coverage. if code coverage is disabled (change .settings:14 from "true" to "false") the breakpoint is hit while debugging.
The text was updated successfully, but these errors were encountered:
Environment
node -v
: v12.13.1npm -v
: 6.12.1npm ls jest
: jest@22.0.4"jest.pathToJest": "npm run jest:watchAll --",
"jest.runAllTestsFirst": false,
"jest.showCoverageOnLoad": true,
Prerequisite
npm run test
ornode_modules/.bin/jest
) npm tSteps to Reproduce
clone https://github.com/sinapis/typescript-jest
place a breakpoint in file src/vowel-counter.ts:3
run "debug jest" task
Expected Behavior
breakpoint is hit
Actual Behavior
no breakpoint is hit
The problem seems to be code coverage. if code coverage is disabled (change .settings:14 from "true" to "false") the breakpoint is hit while debugging.
The text was updated successfully, but these errors were encountered: