Skip to content

Commit de34d8d

Browse files
authored
Update transformElement.spec.ts
1 parent 1a12612 commit de34d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-core/__tests__/transforms/transformElement.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ describe('compiler: element transform', () => {
152152
expect(node.tag).toBe(`Foo.Example`)
153153
})
154154

155-
test('resolve namespaced component from setup bindings (inline props)', () => {
155+
test('resolve namespaced component from props bindings (inline)', () => {
156156
const { root, node } = parseWithElementTransform(`<Foo.Example/>`, {
157157
inline: true,
158158
bindingMetadata: {

0 commit comments

Comments
 (0)