Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba36dc2

Browse files
committed
Fix role for React__test
1 parent e017f0b commit ba36dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/React__test.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module DummyComponentThatMapsChildren = {
2323
element,
2424
{
2525
"key": string_of_int(index),
26-
"data-index": index,
26+
"role": Int.to_string(index),
2727
},
2828
)
2929
})}

0 commit comments

Comments
 (0)