fix tests for star icon
Signed-off-by: Stephen Glass <stephen@stephen.glass>
This commit is contained in:
@@ -63,6 +63,8 @@ const mockIcons = {
|
||||
help: MockIcon,
|
||||
user: MockIcon,
|
||||
warning: MockIcon,
|
||||
star: MockIcon,
|
||||
unstarred: MockIcon,
|
||||
};
|
||||
|
||||
const ErrorBoundaryFallback = ({ error }: { error: Error }) => {
|
||||
|
||||
Reference in New Issue
Block a user