Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
test: fix failing test due to bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlahti committed Sep 5, 2023
1 parent 936cf83 commit 0b984eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ISize } from '../../ListboxGrid/interfaces';
import POPOVER_CONTAINER_PADDING from '../../FoldedListbox/constants';
import getSizes from '../get-sizes';
import { COLLAPSED_HEIGHT } from '../../ListboxGrid/distribute-resources';
import { COLLAPSED_HEIGHT } from '../../ListboxGrid/grid-constants';

describe('getSizes', () => {
it.only('should return correct sizes for narrow-small container', () => {
Expand Down

0 comments on commit 0b984eb

Please sign in to comment.