Skip to content

Use proper model update event in test

Illya Klymov requested to merge xanf-vtu-30-model-update-event into master

What does this MR do?

This MR closes #191268 (closed) @vue/test-utils 1.0.0-beta.30 respects model configuration of comments when shallow mounting components. One of the component, we're testing uses update event instead of input in model: {} configuration.

We're updating test to respect model configuration of underlying components.

Conformity

Merge request reports