@@ -951,8 +951,8 @@ if (import.meta.vitest) {
951951 "contents"
952952 ) ;
953953
954- expect ( result . text ( ) ) . toMatch ( className ( "contents_text__ " ) ) ;
955- expect ( result . image ( ) ) . toMatch ( className ( "contents_image__ " ) ) ;
954+ expect ( result . text ( ) ) . toMatch ( className ( "contents_text " ) ) ;
955+ expect ( result . image ( ) ) . toMatch ( className ( "contents_image " ) ) ;
956956 } ) ;
957957
958958 it ( "multiple slot combinations" , ( ) => {
@@ -1058,8 +1058,8 @@ if (import.meta.vitest) {
10581058 "contents"
10591059 ) ;
10601060
1061- expect ( result . text ( ) ) . toMatch ( className ( "contents_text__ " ) ) ;
1062- expect ( result . image ( ) ) . toMatch ( className ( "contents_image__ " ) ) ;
1061+ expect ( result . text ( ) ) . toMatch ( className ( "contents_text " ) ) ;
1062+ expect ( result . image ( ) ) . toMatch ( className ( "contents_image " ) ) ;
10631063 } ) ;
10641064
10651065 it ( "slot toggles" , ( ) => {
@@ -1102,8 +1102,8 @@ if (import.meta.vitest) {
11021102 "contents"
11031103 ) ;
11041104
1105- expect ( result . text ( ) ) . toMatch ( className ( "contents_text__ " ) ) ;
1106- expect ( result . image ( ) ) . toMatch ( className ( "contents_image__ " ) ) ;
1105+ expect ( result . text ( ) ) . toMatch ( className ( "contents_text " ) ) ;
1106+ expect ( result . image ( ) ) . toMatch ( className ( "contents_image " ) ) ;
11071107 } ) ;
11081108
11091109 it ( "slot defaultVariants" , ( ) => {
@@ -1146,8 +1146,8 @@ if (import.meta.vitest) {
11461146 "contents"
11471147 ) ;
11481148
1149- expect ( result . text ( ) ) . toMatch ( className ( "contents_text__ " ) ) ;
1150- expect ( result . image ( ) ) . toMatch ( className ( "contents_image__ " ) ) ;
1149+ expect ( result . text ( ) ) . toMatch ( className ( "contents_text " ) ) ;
1150+ expect ( result . image ( ) ) . toMatch ( className ( "contents_image " ) ) ;
11511151 } ) ;
11521152
11531153 it ( "slot compoundVariants" , ( ) => {
@@ -1190,8 +1190,8 @@ if (import.meta.vitest) {
11901190 "contents"
11911191 ) ;
11921192
1193- expect ( result . text ( ) ) . toMatch ( className ( "contents_text__ " ) ) ;
1194- expect ( result . image ( ) ) . toMatch ( className ( "contents_image__ " ) ) ;
1193+ expect ( result . text ( ) ) . toMatch ( className ( "contents_text " ) ) ;
1194+ expect ( result . image ( ) ) . toMatch ( className ( "contents_image " ) ) ;
11951195 } ) ;
11961196 } ) ;
11971197}
0 commit comments