Skip to content

Commit 9ba15b2

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

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
@@ -286,7 +286,7 @@ describe('Popup.Shadow', () => {
286286
autoDestroy
287287
popup={<custom-element className="popup" />}
288288
>
289-
<custom-element className="target" />
289+
<custom-element class="target" />
290290
</Trigger>
291291
</>,
292292
);

0 commit comments

Comments
 (0)