Skip to content

Farhan/add isTabletPortrait to useDevice #117

Farhan/add isTabletPortrait to useDevice

Farhan/add isTabletPortrait to useDevice #117

Re-run triggered April 22, 2024 03:50
Status Failure
Total duration 32s
Artifacts

coveralls.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Reporter: src/components/PageLayout/__test__/PageLayout.spec.tsx#L30
Argument of type '() => { isMobile: true; isDesktop: false; isTablet: false; }' is not assignable to parameter of type '() => { isDesktop: boolean; isMobile: boolean; isTablet: boolean; isTabletPortrait: boolean; }'.
Reporter
Process completed with exit code 2.