Skip to content

Replace isEmpty() check with other expectations

Illya Klymov requested to merge xanf-remove-isEmpty-false into master

What does this MR do?

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

This MR replaces all expect(something.isEmpty()).toBe(false) with meaningful assertions or drop them if they make no sense in the context of the test

See !40213 (merged) for false counterpart of this MR :)

No other changes :)

See &3856 (closed) for details

Screenshots

N/A

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Merge request reports