Skip to content

Commit

Permalink
fix: fix viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed May 2, 2024
1 parent c851fd2 commit decbd57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/core/testing/private/describe-viewports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ import {
SbbBreakpointSmallMin,
SbbBreakpointUltraMin,
SbbBreakpointWideMin,
SbbBreakpointZeroMin,
} from '@sbb-esta/lyne-design-tokens';
import { setViewport } from '@web/test-runner-commands';

const viewportSizes = {
zero: SbbBreakpointZeroMin,
zero: 320,
micro: SbbBreakpointMicroMin,
small: SbbBreakpointSmallMin,
medium: SbbBreakpointMediumMin,
Expand Down

0 comments on commit decbd57

Please sign in to comment.