Skip to content

Commit

Permalink
Fix role for React__test
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Nov 25, 2024
1 parent e017f0b commit ba36dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/React__test.re
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module DummyComponentThatMapsChildren = {
element,
{
"key": string_of_int(index),
"data-index": index,
"role": Int.to_string(index),
},
)
})}
Expand Down

0 comments on commit ba36dc2

Please sign in to comment.