Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuanzmj committed Jul 4, 2024
1 parent 973fede commit e7c27d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/transforms/transformChildren.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('compiler: children transform', () => {
])
})

test.only('v-bind="obj"', () => {
test('{...obj}', () => {
const { code, ir } = compileWithElementTransform(`<div {...obj} />`)
expect(code).toMatchInlineSnapshot(`
"import { renderEffect as _renderEffect, setDynamicProps as _setDynamicProps, template as _template } from 'vue/vapor';
Expand Down

0 comments on commit e7c27d2

Please sign in to comment.