Problem Statement
How do you test that a component validates props and emits correct events?
Explanation
Pass different prop values to verify rendering/validation branches. Trigger user interactions and assert wrapper.emitted('eventName') payloads. Use shallowMount when child rendering is irrelevant.