Skip to content

Commit 56d3885

Browse files
committed
test: Fix test typo
1 parent 6994a61 commit 56d3885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ts/dom-attributes-test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ const selectInvalid = <select role="button" />;
193193

194194
const selectMultipleValid = <select multiple={true} role="listbox" />;
195195
// @ts-expect-error A select multiple should not have a role of button
196-
const selectMultipleInvalid = <select multiple={button} role="button" />;
196+
const selectMultipleInvalid = <select multiple={true} role="button" />;
197197

198198

199199

0 commit comments

Comments
 (0)