Skip to content

Commit 9e010ae

Browse files
[autofix.ci] apply automated fixes
1 parent 03c2c6c commit 9e010ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compiler-sfc/__tests__/compileScript/defineProps.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ const props = defineProps({ foo: String })
278278
expect(bindings).toStrictEqual({
279279
x: BindingTypes.PROPS,
280280
y: BindingTypes.PROPS,
281-
z: BindingTypes.PROPS
281+
z: BindingTypes.PROPS,
282282
})
283283
})
284284

@@ -299,7 +299,7 @@ const props = defineProps({ foo: String })
299299
expect(content).toMatch(`x: { type: Number, required: false }`)
300300
expect(bindings).toStrictEqual({
301301
x: BindingTypes.PROPS,
302-
y: BindingTypes.PROPS
302+
y: BindingTypes.PROPS,
303303
})
304304
})
305305

0 commit comments

Comments
 (0)