Skip to content

Commit

Permalink
fixup! test(CardBase): test for CardBase added
Browse files Browse the repository at this point in the history
  • Loading branch information
niktverd committed Sep 19, 2023
1 parent c91484b commit 5fed1c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/CardBase/__tests__/CardBase.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import React from 'react';

import {render, screen} from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import {AnalyticsContextProps} from 'src/context/analyticsContext';
import {MetrikaContextProps} from 'src/context/metrikaContext';

import {testCustomClassName} from '../../../../test-utils/shared/common';
import {PageConstructorProvider} from '../../../containers/PageConstructor';
import {AnalyticsContextProps} from '../../../context/analyticsContext';
import {MetrikaContextProps} from '../../../context/metrikaContext';
import {CardBorder, PixelEventType} from '../../../models';
import CardBase, {
CardBaseProps,
Expand Down

0 comments on commit 5fed1c3

Please sign in to comment.