💡Tip of the day: When writing unit tests, Nuxt provides the `mountSuspended` helper, which allows you to mount any component within your Nuxt context, even if it uses async setup. This makes it easy to test components that rely on asynchronous data or lifecycle hooks.
1 likes 0 replies
?