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 9f6ee90 commit 6f9f360Copy full SHA for 6f9f360
‎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