Skip to content

Conversation

@J-Michalek
Copy link
Contributor

πŸ”— Linked issue

Resolves: #1320

❓ Type of change

  • πŸ“– Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

In my project I've recently experience an error while running Vitest tests which reported that these exports are missing, after patching it everything worked just fine.

My guess is that the vue-devtools got some new features but these mocks were not brought up to date.

In my project I've recently experience an error while running Vitest tests which reported that these exports are missing, after patching it everything worked just fine.

My guess is that the vue-devtools got some new features but these mocks were not brought up to date?
@J-Michalek J-Michalek requested a review from danielroe as a code owner June 10, 2025 08:32
@pkg-pr-new
Copy link

pkg-pr-new bot commented Jun 10, 2025

Open in StackBlitz

npm i https://pkg.pr.new/@nuxt/test-utils@1321

commit: 91c7b2e

@danielroe danielroe merged commit b47fb94 into nuxt:main Jun 10, 2025
6 checks passed
@github-actions github-actions bot mentioned this pull request Jun 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

vue-devtools mocks are missing some functions

2 participants