Skip to content

Commit e17520d

Browse files
chore(tests): generate dts tests 🤖 ✨
1 parent f0137d1 commit e17520d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/@repo/test-dts-exports/test/fixtures/sanity.test-d.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4587,7 +4587,7 @@ describe('sanity', () => {
45874587
expectTypeOf<NodeChronologyProps>().toBeObject()
45884588
})
45894589
test('NodeDiffProps', () => {
4590-
expectTypeOf<NodeDiffProps<any>>().toBeObject()
4590+
expectTypeOf<NodeDiffProps<any, any>>().toBeObject()
45914591
})
45924592
test('noop', () => {
45934593
expectTypeOf<typeof noop>().toBeFunction()

0 commit comments

Comments
 (0)