Replies: 1 comment 1 reply
-
It should generally work correctly, but there are some known issues with exports: vitest-dev/vitest#5569 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe not the best description, but the problem I'm facing is that when hitting a breakpoint while debugging tests, the line in the editor on which the debugger breaks is not the proper line
I'm just authoring plain TypeScript files, using the Vitest integration for VSCode, with the latest TypeSCript/VSCode/Vitest extension etc
Is this a known issue or some special setup required to make this work properly?
Beta Was this translation helpful? Give feedback.
All reactions