Skip to content

Commit fb4ff21

Browse files
authored
Apply suggestions from code review
1 parent 9f887ad commit fb4ff21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/shadow.test.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ describe('Popup.Shadow', () => {
235235
<Trigger
236236
action={['click']}
237237
autoDestroy
238-
popup={<custom-element class="popup" />}
238+
popup={<custom-element className="popup" />}
239239
>
240240
<p className="target" />
241241
</Trigger>
@@ -284,9 +284,9 @@ describe('Popup.Shadow', () => {
284284
<Trigger
285285
action={['click']}
286286
autoDestroy
287-
popup={<custom-element class="popup" />}
287+
popup={<custom-element className="popup" />}
288288
>
289-
<custom-element class="target" />
289+
<custom-element className="target" />
290290
</Trigger>
291291
</>,
292292
);

0 commit comments

Comments
 (0)