Skip to content

Commit

Permalink
revert: revert lint-and-test-dts changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Tian committed Oct 10, 2023
1 parent 8b1cf4e commit 850c2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dts-test/defineComponent.test-d.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1363,13 +1363,13 @@ describe('function syntax w/ runtime props', () => {
}
)

// @ts-expect-error prop keys don't match
defineComponent(
(_props: { msg: string }) => {
return () => {}
},
{
props: {
// @ts-expect-error prop type mismatch
msg: Number
}
}
Expand Down

0 comments on commit 850c2cc

Please sign in to comment.