Skip to content

Upgrading VTU to v1: Remove deprecated `isEmpty` call

Illya Klymov requested to merge xanf-vtu-v1-isEmpty into master

What does this MR do?

As simple as it is. @vue/test-utils 1.x deprecate .isEmpty().

This MR replaces all remaining calls with meaningful assertions or drop them if they make no sense in the context of the test

No other changes :)

See &3856 (closed) for details

Screenshots

N/A

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Illya Klymov

Merge request reports