Conversation
✅ Deploy Preview for vitest-dev ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
AriPerkkio
left a comment
There was a problem hiding this comment.
@hi-ogawa could you try if commenting out this part fixes the coverage? The new helper method added by Vite is on first line so I wonder if that's breaking here.
vitest/packages/vite-node/src/source-map.ts
Lines 64 to 68 in c4076e6
|
@AriPerkkio Good find! Commenting out that mapping fixed the issue. There is a diff in I guess we need to find a different way to make inspect-brk work. |
|
For example, currently the first line but it's removed after removing first line mapping: |
I think for now it would be enough to set this breakpoint when we detect that |
|
Closing in favor of #6732 |
Description
Sourcemap viz of
fixtures/src/Vue/Counter/Counter.vuePlease don't delete this checklist! Before submitting the PR, please make sure you do the following:
pnpm-lock.yamlunless you introduce a new test example.Tests
pnpm test:ci.Documentation
pnpm run docscommand.Changesets
feat:,fix:,perf:,docs:, orchore:.