Skip to content

bgoscinski/repro-vitest-sourcemap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vitest Repro

  1. pnpm install
  2. code test/the.test.js
  3. Set breakpoint at line 3 of the test file
  4. Start debugging session using 'Debug - vitest' configuration
  5. Wait for debugger to attach
  6. Press 'Step into' until you're in add function implementation
  7. Press 'Step over' and see that debugger highlights invalid line

How it should work

  1. pnpm install
  2. code test/the.test.js
  3. Set breakpoint at line 3 of the test file
  4. Start debugging session using 'Debug - node' configuration
  5. Wait for debugger to attach
  6. Press 'Step into' until you're in add function implementation
  7. Press 'Step over' and see that debugger highlights invalid line

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors