Skip to content

KarKarbI4/vtu-emitted-fallthrough-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vtu-emitted-fallthrough-bug

Minimal reproduction project for @vue/test-utils issue vuejs/test-utils#1509

Requirements

  1. node v16.14.2 -> install
  2. pnpm v7.0.0-rc.3 -> install

Launch

# clone repo
git clone [email protected]:KarKarbI4/vtu-emitted-fallthrough-bug.git
cd ./vtu-emitted-fallthrough-bug

# install dependencies
pnpm i

# launch tests
pnpm run test
# launch app code
pnpm run dev