File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
packages/next-swc/crates/next-dev-tests/tests/integration/next/font-google/basic/pages Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,12 @@ function runTests() {
3535
3636 it ( "supports declaring a css custom property (css variable)" , async ( ) => {
3737 expect ( interWithVariableName ) . toEqual ( {
38- className :
39- "className◽[project-with-next]/crates/next-dev-tests/tests/integration/next/font-google/basic/[embedded_modules]/@vercel/turbopack-next/internal/font/google/inter_c6e282f1.module.css" ,
38+ className : "className__inter_c6e282f1__d812ce46" ,
4039 style : {
4140 fontFamily : "'__Inter_c6e282f1'" ,
4241 fontStyle : "normal" ,
4342 } ,
44- variable :
45- "variable◽[project-with-next]/crates/next-dev-tests/tests/integration/next/font-google/basic/[embedded_modules]/@vercel/turbopack-next/internal/font/google/inter_c6e282f1.module.css" ,
43+ variable : "variable__inter_c6e282f1__d812ce46" ,
4644 } ) ;
4745
4846 const matchingRule = await getRuleMatchingClassName (
You can’t perform that action at this time.
0 commit comments