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