| 1 | import { expect, test } from 'vitest' |
| 2 | import { renderHook } from '@testing-library/react'; |
| 3 | import { useExtractReferences } from './useExtractReferences'; |
| 4 | import { getFileReferenceId } from '@/features/chat/utils'; |
nothing calls this directly
no test coverage detected