Skip to content

Commit e7c27d2

Browse files
committed
fix: ci
1 parent 973fede commit e7c27d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/transforms/transformChildren.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe('compiler: children transform', () => {
5757
])
5858
})
5959

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

0 commit comments

Comments
 (0)