@@ -51,7 +51,7 @@ describe('Compile manager - integration test on test sass', () => {
5151 outColorScheme : 'test-theme' ,
5252 } ) . then ( ( result ) => {
5353 expect ( result . css ) . toBe ( `.dx-swatch-test-theme .dx-accordion {
54- font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui, helvetica neue, adwaita sans,cantarell,ubuntu,roboto,noto,helvetica,arial,sans-serif;
54+ font-family: -apple-system,BlinkMacSystemFont," avenir next" ,avenir," segoe ui"," helvetica neue"," adwaita sans" ,cantarell,ubuntu,roboto,noto,helvetica,arial,sans-serif;
5555 color: #337ab7;
5656 background-image: url(icons/icons.woff2);
5757}
@@ -69,7 +69,7 @@ describe('Compile manager - integration test on test sass', () => {
6969 assetsBasePath : 'base-path' ,
7070 } ) . then ( ( result ) => {
7171 expect ( result . css ) . toBe ( `.dx-accordion {
72- font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui, helvetica neue, adwaita sans,cantarell,ubuntu,roboto,noto,helvetica,arial,sans-serif;
72+ font-family: -apple-system,BlinkMacSystemFont," avenir next" ,avenir," segoe ui"," helvetica neue"," adwaita sans" ,cantarell,ubuntu,roboto,noto,helvetica,arial,sans-serif;
7373 color: #337ab7;
7474 background-image: url(base-path/icons/icons.woff2);
7575}
@@ -88,7 +88,7 @@ describe('Compile manager - integration test on test sass', () => {
8888 } ) . then ( ( result ) => {
8989 expect ( result . css ) . toBe ( '' ) ;
9090 expect ( result . compiledMetadata ) . toEqual ( {
91- "$base-font-family" : "-apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, adwaita sans, cantarell, ubuntu, roboto, noto, helvetica, arial, sans-serif" ,
91+ "$base-font-family" : "-apple-system, BlinkMacSystemFont, \" avenir next\" , avenir, \" segoe ui\", \" helvetica neue\", \" adwaita sans\" , cantarell, ubuntu, roboto, noto, helvetica, arial, sans-serif" ,
9292 '$base-accent' : '#337ab7' ,
9393 } ) ;
9494 } ) ;
@@ -100,7 +100,7 @@ describe('Compile manager - integration test on test sass', () => {
100100 noClean : true ,
101101 } ) . then ( ( result ) => {
102102 expect ( result . css ) . toBe ( `.dx-accordion {
103- font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, adwaita sans, cantarell, ubuntu, roboto, noto, helvetica, arial, sans-serif;
103+ font-family: -apple-system, BlinkMacSystemFont, \" avenir next\" , avenir, \" segoe ui\", \" helvetica neue\", \" adwaita sans\" , cantarell, ubuntu, roboto, noto, helvetica, arial, sans-serif;
104104 color: #337ab7;
105105 background-image: url(icons/icons.woff2);
106106}
0 commit comments