Skip to content

Commit

Permalink
chore: fix? UI build
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Mendiola <suki@missallsunday.com>
  • Loading branch information
MissAllSunday committed Oct 11, 2024
1 parent b5d2070 commit 5f4ff9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/user/Avatar.test.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import '@testing-library/jest-dom';

import {render, screen} from '@testing-library/react';
import { render, screen } from '@testing-library/react';
import { AvatarDataType } from 'breezeTypesUser';
import React from 'react';

import Avatar from './Avatar';

const MOCK_AVATAR_PROPS:AvatarDataType = {
Expand Down

0 comments on commit 5f4ff9b

Please sign in to comment.