Skip to content

Commit

Permalink
test(aliases): omit additional aliased icons from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rektdeckard committed Jan 11, 2024
1 parent 0c6db29 commit e198970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const aliases = new Set([
"CircleWavyQuestion",
"CircleWavyWarning",
"TextBolder",
"Lemniscate",
]);

const isIcon = (candidate: any): candidate is Icon =>
Expand Down

0 comments on commit e198970

Please sign in to comment.