Ako/ FEQ-2150 / Notifications Component #511
Annotations
5 errors
Build and test:
src/components/AppLayout/Notifications/__test__/index.spec.tsx#L27
Type '{ notifications: { icon: Element; title: string; message: string; buttonAction: Mock<any, any, any>; actionText: string; }[]; }' is missing the following properties from type 'TNotificationsProps': clearNotificationsCallback, componentConfig
|
Build and test:
src/components/AppLayout/Notifications/__test__/notification.spec.tsx#L2
'fireEvent' is declared but its value is never read.
|
Build and test:
src/components/AppLayout/Notifications/__test__/notification.spec.tsx#L24
'await' expressions are only allowed within async functions and at the top levels of modules.
|
Build and test:
src/components/AppLayout/Notifications/__test__/notification.spec.tsx#L24
Cannot find name 'userEvent'. Did you mean 'MouseEvent'?
|
Build and test
Process completed with exit code 2.
|