Minimal reproduction project for @vue/test-utils issue vuejs/test-utils#1509
# 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