@@ -860,8 +860,8 @@ describe('rolesMap API', function () {
860
860
) ;
861
861
} ) ;
862
862
it ( 'values' , function ( ) {
863
- expect ( rolesMap . values ( ) . length ) . toEqual ( 133 ) ;
864
- expect ( [ ...rolesMap . values ( ) ] . length ) . toEqual ( 133 ) ;
863
+ expect ( rolesMap . values ( ) . length ) . toEqual ( 136 ) ;
864
+ expect ( [ ...rolesMap . values ( ) ] . length ) . toEqual ( 136 ) ;
865
865
} ) ;
866
866
} ) ;
867
867
@@ -871,7 +871,7 @@ describe('rolesMap', function () {
871
871
expect ( rolesMap [ Symbol . iterator ] ) . not . toBeUndefined ( ) ;
872
872
} ) ;
873
873
it ( 'should support the spread operator' , function ( ) {
874
- expect ( [ ...rolesMap ] . length ) . toEqual ( 133 ) ;
874
+ expect ( [ ...rolesMap ] . length ) . toEqual ( 136 ) ;
875
875
expect ( [ ...rolesMap ] ) . toEqual (
876
876
expect . arrayContaining (
877
877
[
@@ -1007,7 +1007,10 @@ describe('rolesMap', function () {
1007
1007
[ "doc-qna" , expect . any ( Object ) ] ,
1008
1008
[ "doc-subtitle" , expect . any ( Object ) ] ,
1009
1009
[ "doc-tip" , expect . any ( Object ) ] ,
1010
- [ "doc-toc" , expect . any ( Object ) ]
1010
+ [ "doc-toc" , expect . any ( Object ) ] ,
1011
+ [ "graphics-document" , expect . any ( Object ) ] ,
1012
+ [ "graphics-object" , expect . any ( Object ) ] ,
1013
+ [ "graphics-symbol" , expect . any ( Object ) ] ,
1011
1014
]
1012
1015
)
1013
1016
) ;
@@ -1152,7 +1155,10 @@ describe('rolesMap', function () {
1152
1155
[ "doc-qna" , expect . any ( Object ) ] ,
1153
1156
[ "doc-subtitle" , expect . any ( Object ) ] ,
1154
1157
[ "doc-tip" , expect . any ( Object ) ] ,
1155
- [ "doc-toc" , expect . any ( Object ) ]
1158
+ [ "doc-toc" , expect . any ( Object ) ] ,
1159
+ [ "graphics-document" , expect . any ( Object ) ] ,
1160
+ [ "graphics-object" , expect . any ( Object ) ] ,
1161
+ [ "graphics-symbol" , expect . any ( Object ) ] ,
1156
1162
]
1157
1163
)
1158
1164
) ;
0 commit comments