When debugging jest tests written in typescript, the debugger does not stop in breakpoints.
To fix that, we have to include the filename inside the sourcemap as well as inline the map.
Additional context
What is the purpose of this pull request?
[X] Bug fix
[ ] New Feature
[ ] Documentation update
[ ] Other
Before submitting the PR, please make sure you do the following
[X] Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
[X] Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #123).
[] Ideally, include relevant tests that fail without this PR but pass with it.
Description
When debugging jest tests written in typescript, the debugger does not stop in breakpoints. To fix that, we have to include the filename inside the sourcemap as well as inline the map.
Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).