Skip to content

Commit f398f5d

Browse files
committed
Update test refs
1 parent 079311c commit f398f5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/styled-jsx/transform/tests/fixture/too-many/output.lightningcss.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const Red = ({ Component = "button" })=>{
2222
]
2323
]
2424
])}>
25-
{}
25+
{ /* Dynamic Styles */ }
2626
<_JSXStyle id={"b64be9301c97785c"} dynamic={[
2727
e1,
2828
e2,

packages/styled-jsx/transform/tests/fixture/too-many/output.swc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const Red = ({ Component = "button" })=>{
2222
]
2323
]
2424
])}>
25-
{}
25+
{ /* Dynamic Styles */ }
2626
<_JSXStyle id={"b64be9301c97785c"} dynamic={[
2727
e1,
2828
e2,

0 commit comments

Comments
 (0)