We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a9abb commit a87be02Copy full SHA for a87be02
1 file changed
packages/shared/src/react/hooks/__tests__/mocks/clerk.ts
@@ -1,7 +1,7 @@
1
import { QueryClient } from '@tanstack/query-core';
2
import { vi } from 'vitest';
3
4
-import { __setClerkQueryClientForTest } from '../../../clerk-rq/clerk-query-client';
+import { __setClerkQueryClientForTest } from '@/react/clerk-rq/clerk-query-client';
5
6
/**
7
* Builds a deterministic QueryClient and installs it as the shared singleton.
0 commit comments