Skip to content

Commit 0a98c69

Browse files
committed
chore: improve code
1 parent 0567955 commit 0a98c69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test-dts/defineComponent.test-d.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1257,6 +1257,7 @@ describe('prop starting with `on*` is broken', () => {
12571257
})
12581258
})
12591259

1260+
// #5885
12601261
describe('should work when props type is incompatible with setup returned type ', () => {
12611262
type SizeType = 'small' | 'big'
12621263
const Comp = defineComponent({

0 commit comments

Comments
 (0)