Skip to content

Remove emittedByOrder and isEmpty due to future deprecation

Illya Klymov requested to merge xanf-remove-emittedByOrder into master

What does this MR do?

This MR replaces emittedByOrder with emitted() due to future deprecation in @vue/test-utils 1.x Also this one removes again isEmpty which were originally removed by !40215 (merged) but came back to life due to faulty rebase

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