Replace finding components using find with findComponent for vue-test-utils
@vue/test-utils 1.x deprecated finding components with find
. It should be replaced with findComponents
Edited by Illya Klymov
@vue/test-utils 1.x deprecated finding components with find
. It should be replaced with findComponents