Skip to content

Commit a87be02

Browse files
committed
fix(shared): use @/ alias in mocks/clerk.ts to satisfy lint depth rule
1 parent b0a9abb commit a87be02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/shared/src/react/hooks/__tests__/mocks

packages/shared/src/react/hooks/__tests__/mocks/clerk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { QueryClient } from '@tanstack/query-core';
22
import { vi } from 'vitest';
33

4-
import { __setClerkQueryClientForTest } from '../../../clerk-rq/clerk-query-client';
4+
import { __setClerkQueryClientForTest } from '@/react/clerk-rq/clerk-query-client';
55

66
/**
77
* Builds a deterministic QueryClient and installs it as the shared singleton.

0 commit comments

Comments
 (0)