fix(runtime-utils): reject promise on error render + mount helpers by yamachi4416 · Pull Request #1503 · nuxt/test-utils · GitHub
Skip to content

fix(runtime-utils): reject promise on error render + mount helpers#1503

Merged
danielroe merged 2 commits into
nuxt:mainfrom
yamachi4416:fix/handleThrowInComponent
Dec 9, 2025
Merged

fix(runtime-utils): reject promise on error render + mount helpers#1503
danielroe merged 2 commits into
nuxt:mainfrom
yamachi4416:fix/handleThrowInComponent

Conversation

@yamachi4416

@yamachi4416 yamachi4416 commented Dec 7, 2025

Copy link
Copy Markdown
Member

🔗 Linked issue

resolves #875, resolves #1037

❓ 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

reproduction: https://stackblitz.com/edit/github-jk1bg9-rlxpkwz2?file=package.json,app.nuxt.test.ts

@pkg-pr-new

pkg-pr-new Bot commented Dec 7, 2025

Copy link
Copy Markdown

@yamachi4416 yamachi4416 force-pushed the fix/handleThrowInComponent branch from a695025 to 6c0c135 Compare December 7, 2025 08:30
@yamachi4416 yamachi4416 force-pushed the fix/handleThrowInComponent branch from 6c0c135 to 3b9eeab Compare December 7, 2025 08:35
@yamachi4416 yamachi4416 marked this pull request as ready for review December 7, 2025 09:24
@yamachi4416

Copy link
Copy Markdown
Member Author

@danielroe danielroe left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@danielroe danielroe merged commit e669811 into nuxt:main Dec 9, 2025
7 checks passed
@github-actions github-actions Bot mentioned this pull request Dec 9, 2025
@yamachi4416 yamachi4416 deleted the fix/handleThrowInComponent branch December 9, 2025 21:49
@github-actions github-actions Bot mentioned this pull request Dec 31, 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.

Component error handling in 3.15 Using throw in component causes unit test to timeout

2 participants