File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -663,6 +663,13 @@ function checkLoggingLevel(
663663 sdk = spec ;
664664 spec = sdk ;
665665}
666+ function checkIcon (
667+ sdk : RemovePassthrough < SDKTypes . Icon > ,
668+ spec : SpecTypes . Icon
669+ ) {
670+ sdk = spec ;
671+ spec = sdk ;
672+ }
666673
667674// This file is .gitignore'd, and fetched by `npm run fetch:spec-types` (called by `npm run test`)
668675const SPEC_TYPES_FILE = 'spec.types.ts' ;
@@ -692,7 +699,7 @@ describe('Spec Types', () => {
692699 it ( 'should define some expected types' , ( ) => {
693700 expect ( specTypes ) . toContain ( 'JSONRPCNotification' ) ;
694701 expect ( specTypes ) . toContain ( 'ElicitResult' ) ;
695- expect ( specTypes ) . toHaveLength ( 92 ) ;
702+ expect ( specTypes ) . toHaveLength ( 93 ) ;
696703 } ) ;
697704
698705 it ( 'should have up to date list of missing sdk types' , ( ) => {
You can’t perform that action at this time.
0 commit comments