Skip to content

Commit b06750f

Browse files
authored
Update tests/shadow.test.tsx
1 parent 9ba15b2 commit b06750f

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
@@ -284,7 +284,7 @@ describe('Popup.Shadow', () => {
284284
<Trigger
285285
action={['click']}
286286
autoDestroy
287-
popup={<custom-element className="popup" />}
287+
popup={<custom-element class="popup" />}
288288
>
289289
<custom-element class="target" />
290290
</Trigger>

0 commit comments

Comments
 (0)