Skip to content

Commit

Permalink
fix: add test cases;
Browse files Browse the repository at this point in the history
  • Loading branch information
denisx committed Oct 29, 2024
1 parent 3624ca1 commit f044420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/icon-view/src/component.screenshots.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe(
componentName: 'IconView',
subComponentName: 'SuperEllipse',
knobs: {
size: [48, 64, 80, 128],
size: [40, 48, 56, 64, 80, 128],
topAddons: [true, false],
bottomAddons: [true, false],
border: [true, false],
Expand Down Expand Up @@ -104,7 +104,7 @@ describe(
componentName: 'IconView',
subComponentName: 'Circle',
knobs: {
size: [48, 64, 80],
size: [40, 48, 56, 64, 80, 128],
topAddons: [true, false],
bottomAddons: [true, false],
border: [true, false],
Expand Down

0 comments on commit f044420

Please sign in to comment.