Skip to content

feat: session provider work for unit testing also #2301

feat: session provider work for unit testing also

feat: session provider work for unit testing also #2301

Triggered via push November 27, 2024 13:40
Status Failure
Total duration 2m 0s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
lint: src/stories/WithLoggedInSuperUser.tsx#L8
Type '{ user: User; logout: () => Promise<void>; setUser: () => void; isLoadingUser: false; }' is missing the following properties from type 'SessionContextProps': sessionError, refetchUserSession
lint: src/stories/WithLoggedInUser.tsx#L8
Type '{ user: User; logout: () => Promise<void>; setUser: () => void; isLoadingUser: false; }' is missing the following properties from type 'SessionContextProps': sessionError, refetchUserSession
lint
Process completed with exit code 2.