Skip to content

Commit 9a1cf77

Browse files
authored
Update tests/shadow.test.tsx
1 parent 5c9994c commit 9a1cf77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/shadow.test.tsx

Lines changed: 1 addition & 1 deletion
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 className="popup" />}
238+
popup={<custom-element class="popup" />}
239239
>
240240
<p className="target" />
241241
</Trigger>

0 commit comments

Comments
 (0)