Skip to content

Commit

Permalink
Correcting linting issue
Browse files Browse the repository at this point in the history
Signed-off-by: NishantSinghhhhh <[email protected]>
  • Loading branch information
NishantSinghhhhh committed Dec 5, 2024
1 parent ba9a476 commit 7741661
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/components/Avatar/Avatar.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ import { store } from 'state/store';
import Avatar from './Avatar';
import i18nForTest from 'utils/i18nForTest';
import { StaticMockLink } from 'utils/StaticMockLink';

// Setup mock for StaticMockLink
const link = new StaticMockLink([], true);

// Mock store and i18nForTest
vi.mock('state/store', () => ({
store: {
getState: vi.fn(() => ({
Expand Down
1 change: 0 additions & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { defineConfig } from 'vitest/config';
import react from '@vitejs/plugin-react';
import { nodePolyfills } from 'vite-plugin-node-polyfills';
Expand Down

0 comments on commit 7741661

Please sign in to comment.