Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanrule committed Jan 4, 2025
1 parent fa414cd commit 40c23e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LeftDrawer/LeftDrawer.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { REVOKE_REFRESH_TOKEN } from 'GraphQl/Mutations/mutations';
import { StaticMockLink } from 'utils/StaticMockLink';
import { MockedProvider } from '@apollo/react-testing';
import useLocalStorage from 'utils/useLocalstorage';
import {vi , it , describe , beforeEach , afterEach , expect } from 'vitest';
import { vi, it, describe, beforeEach, afterEach, expect } from 'vitest';

const { setItem } = useLocalStorage();

Expand Down

0 comments on commit 40c23e7

Please sign in to comment.