You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a globally registered component (A) that has a slot.
Use that component (A) in another component (B) which passes information via slot to (A)
Test the component (B)
Run unit tests
or
Pull from repo link.
Navigate to directory using command prompt
npm ci
npm run test:unit
What is expected?
Test passes without errors
What is actually happening?
Test passes with an error
console.error node_modules/vue/dist/vue.runtime.common.js:603 [Vue warn]: Unknown custom element: <HelloWorld> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
The generated snapshot looks how I would have expected it to.
telmaantunes, arvins-wittymanager, MrJSdev, fleetofthemalden, amjha and 1 more