Skip to content

Remove deprecated attachToDocument

Illya Klymov requested to merge xanf-remove-attach-to-document into master

What does this MR do?

@vue/test-utils 1.x will deprecate attachToDocument

To fix that we introduce new createDisposableMountPoint helper which will create DOM Node and automatically dispose it after test

(Most of the tests no more need attachToDocument so most of them are just silently removed)

Screenshots

N/A

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Illya Klymov

Merge request reports