Skip to content

Commit 8991351

Browse files
committed
chore: type import in tests
1 parent b05e87a commit 8991351

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/notifications/src/styled/global-alert/StyledGlobalAlertButton.spec.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { getRenderFn, render } from 'garden-test-utils';
1010
import { PALETTE } from '@zendeskgarden/react-theming';
1111
import { StyledGlobalAlertButton } from './StyledGlobalAlertButton';
1212
import { colorStyles } from './StyledGlobalAlertClose';
13+
import { Type } from '../../types';
1314

1415
jest.mock('./StyledGlobalAlertClose');
1516

0 commit comments

Comments
 (0)