Skip to content

Commit

Permalink
Cleanup (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Mar 18, 2024
1 parent 8819311 commit 48a8bba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/ui/src/js/src/elements/ElementUtils.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ describe('wrapElementChildren', () => {
'Item element `textValue`: `%s`',
textValue => {
it.each([
/* eslint-disable react/jsx-key */
['String', <Text key="String">String</Text>],
[999, <Text key="999">999</Text>],
[true, <Text key="true">true</Text>],
Expand All @@ -93,7 +92,6 @@ describe('wrapElementChildren', () => {
<Text key="false">false</Text>,
],
],
/* eslint-enable react/jsx-key */
])(
'should wrap primitive item element children in Text elements: %s, %s',
(children, expectedChildren) => {
Expand Down

0 comments on commit 48a8bba

Please sign in to comment.