Skip to content

Commit 20ed3a6

Browse files
committed
test(aliases): omit additional aliased icons from testing
1 parent 1149894 commit 20ed3a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/index.test.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const aliases = new Set([
1616
"CircleWavyQuestion",
1717
"CircleWavyWarning",
1818
"TextBolder",
19+
"Lemniscate",
1920
]);
2021

2122
const isIcon = (candidate: any): candidate is Icon =>

0 commit comments

Comments
 (0)