Skip to content

vue-test-utils can not resolve PascalCase names of components #1232

Closed
@Qvatra

Description

@Qvatra

Version

1.0.0-beta.29

Reproduction link

bootstrap-vue/bootstrap-vue#3270

Steps to reproduce

Access a bootstrap-vue component by name: wrapper.find({ name: 'bFormRadioGroup' }).
bootstrap-vue version v2.0.0-rc.19

What is expected?

wrapper of the element should be returned

What is actually happening?

empty wrapper is returned

[vue-test-utils]: find did not return Component, cannot call props() on empty Wrapper


Per the Vue style guide, since version 2.0.0-rc.12 bootstrap-vue team have named all components using PascalCase instead of camelCase

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions