fix tests for star icon

Signed-off-by: Stephen Glass <stephen@stephen.glass>
This commit is contained in:
Stephen Glass
2024-09-05 00:49:16 -04:00
parent b537bd7a6b
commit decb4bf1f6
4 changed files with 8 additions and 2 deletions
@@ -63,6 +63,8 @@ const mockIcons = {
help: MockIcon,
user: MockIcon,
warning: MockIcon,
star: MockIcon,
unstarred: MockIcon,
};
const ErrorBoundaryFallback = ({ error }: { error: Error }) => {