Skip to content

Commit 1496066

Browse files
Dchuong03claude
andcommitted
fix: remove unused imports in test files (CI typecheck)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5578d9a commit 1496066

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/shared/src/knowledge/chunker.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* No mocks needed — tests markdown-aware semantic chunking logic.
66
*/
77
import { describe, it, expect } from 'vitest';
8-
import { chunkDocument, type KnowledgeChunk } from './chunker';
8+
import { chunkDocument } from './chunker';
99
import { makeTestDoc, repeat } from './__test-utils';
1010

1111
// =============================================================================

packages/shared/src/knowledge/hybrid-search.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Tests RRF fusion, graph enrichment, and RAG context building
55
* by mocking both SidMemoClient and SidStackApiClient.
66
*/
7-
import { describe, it, expect, vi, beforeEach } from 'vitest';
7+
import { describe, it, expect, vi } from 'vitest';
88
import { hybridSearch, buildRAGContext } from './hybrid-search';
99
import { makeMockSidMemoClient, makeMockApiClient } from './__test-utils';
1010

0 commit comments

Comments
 (0)