Skip to content

Commit

Permalink
chore: re-trigger test
Browse files Browse the repository at this point in the history
  • Loading branch information
vaakian committed Feb 4, 2023
1 parent d624467 commit e894150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler-sfc/__tests__/compileScript.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ defineExpose({ foo: 123 })
<div ref="foo"></div>
<div ref="" /></div>
<Baz ref="bar" />
<Baz :ref="(el) => { qux.el = el }" />
<Baz :ref="(el) => { qux.dom = el }" />
</template>
`)
expect(content).toMatch(
Expand Down

0 comments on commit e894150

Please sign in to comment.