We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0137d1 commit e17520dCopy full SHA for e17520d
‎packages/@repo/test-dts-exports/test/fixtures/sanity.test-d.ts‎
@@ -4587,7 +4587,7 @@ describe('sanity', () => {
4587
expectTypeOf<NodeChronologyProps>().toBeObject()
4588
})
4589
test('NodeDiffProps', () => {
4590
- expectTypeOf<NodeDiffProps<any>>().toBeObject()
+ expectTypeOf<NodeDiffProps<any, any>>().toBeObject()
4591
4592
test('noop', () => {
4593
expectTypeOf<typeof noop>().toBeFunction()
0 commit comments