Skip to content

Commit c1fd781

Browse files
committed
chore: improve code
1 parent 221914e commit c1fd781

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/dts-test/defineComponent.test-d.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,7 @@ describe('prop starting with `on*` is broken', () => {
12501250
})
12511251
})
12521252

1253+
// #5885
12531254
describe('should work when props type is incompatible with setup returned type ', () => {
12541255
type SizeType = 'small' | 'big'
12551256
const Comp = defineComponent({

0 commit comments

Comments
 (0)