Skip to content

Commit

Permalink
chore: remove broken vitest extend
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Jan 30, 2025
1 parent 069c801 commit dc21b2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui-react/src/components/Button/Button.test.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
import { axe } from 'vitest-axe';
import AccountCircle from '@jwp/ott-theme/assets/icons/account_circle.svg?react';
import 'vitest-axe/extend-expect';

import { renderWithRouter } from '../../../test/utils';
import Icon from '../Icon/Icon';
Expand Down

0 comments on commit dc21b2a

Please sign in to comment.