Skip to content

Commit

Permalink
Update transformElement.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 authored Jul 16, 2023
1 parent 1a12612 commit de34d8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('compiler: element transform', () => {
expect(node.tag).toBe(`Foo.Example`)
})

test('resolve namespaced component from setup bindings (inline props)', () => {
test('resolve namespaced component from props bindings (inline)', () => {
const { root, node } = parseWithElementTransform(`<Foo.Example/>`, {
inline: true,
bindingMetadata: {
Expand Down

0 comments on commit de34d8d

Please sign in to comment.