Skip to content

Commit d05531c

Browse files
committed
Fix test code
1 parent 405d3ab commit d05531c

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

benchmark/next-stylex/__tests__/button.test.tsx

Lines changed: 0 additions & 22 deletions
This file was deleted.

benchmark/next-stylex/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const styles = stylex.create({
3838
})
3939

4040
export default function HomePage() {
41-
const [color, setColor] = useState('yellow')
41+
const [_, setColor] = useState('yellow')
4242
const [enabled, setEnabled] = useState(false)
4343

4444
return (

0 commit comments

Comments
 (0)