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 98f4dc5 commit 6296fe2Copy full SHA for 6296fe2
‎packages/@repo/test-dts-exports/test/fixtures/sanity.test-d.ts‎
@@ -1149,6 +1149,7 @@ import type {
1149
ReleaseActionsContext,
1150
ReleaseActionsResolver,
1151
ReleaseAvatar,
1152
+ ReleaseAvatarIcon,
1153
ReleaseDocument,
1154
ReleaseId,
1155
RELEASES_INTENT,
@@ -5129,6 +5130,9 @@ describe('sanity', () => {
5129
5130
test('ReleaseAvatar', () => {
5131
expectTypeOf<typeof ReleaseAvatar>().toBeFunction()
5132
})
5133
+ test('ReleaseAvatarIcon', () => {
5134
+ expectTypeOf<typeof ReleaseAvatarIcon>().not.toBeNever()
5135
+ })
5136
test('ReleaseDocument', () => {
5137
expectTypeOf<ReleaseDocument>().toBeObject()
5138
0 commit comments