Skip to content

Commit

Permalink
add unit tests issue
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliodiez committed Aug 11, 2024
1 parent 3fbeb42 commit 08f9b53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions public/rich-components/accordion.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { fitSizeToShapeSizeRestrictions } from '@/common/utils/shapes/shape-restrictions';
import { ShapeSizeRestrictions } from '@/core/model';

// TODO: Add unit tests #169

interface SizeInfo {
width: number;
height: number;
Expand Down

0 comments on commit 08f9b53

Please sign in to comment.