Skip to content

Commit e8f3266

Browse files
committed
fix: update comment
1 parent 0472aa4 commit e8f3266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/test-utils/src/matches.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function vmMatchesName(vm, name) {
1616
(componentName === name ||
1717
// testComponent -> TestComponent
1818
componentName === capitalize(name) ||
19-
// testcomponent -> TestComponent
19+
// test-component -> TestComponent
2020
componentName === capitalize(camelize(name)) ||
2121
// same match as above, but the component name vs query
2222
capitalize(camelize(componentName)) === name)

0 commit comments

Comments
 (0)