Skip to content

Commit b28c297

Browse files
authored
ignore icons for now (#938)
1 parent 8352868 commit b28c297

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/spec.types.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,7 @@ const MISSING_SDK_TYPES = [
685685
'Annotations',
686686
'ModelHint',
687687
'ModelPreferences',
688+
'Icons',
688689
]
689690

690691
function extractExportedTypes(source: string): string[] {
@@ -699,7 +700,7 @@ describe('Spec Types', () => {
699700
it('should define some expected types', () => {
700701
expect(specTypes).toContain('JSONRPCNotification');
701702
expect(specTypes).toContain('ElicitResult');
702-
expect(specTypes).toHaveLength(93);
703+
expect(specTypes).toHaveLength(94);
703704
});
704705

705706
it('should have up to date list of missing sdk types', () => {

0 commit comments

Comments
 (0)