chore(LINT-0001) fix lint errors
This commit is contained in:
@@ -266,7 +266,7 @@ describe('Migration — embedding_profiles', () => {
|
||||
const { client } = createTestDb();
|
||||
const row = client
|
||||
.prepare("SELECT * FROM embedding_profiles WHERE id = 'local-default'")
|
||||
.get() as any;
|
||||
.get() as Record<string, unknown>;
|
||||
expect(row).toBeDefined();
|
||||
expect(row.is_default).toBe(1);
|
||||
expect(row.provider_kind).toBe('local-transformers');
|
||||
|
||||
Reference in New Issue
Block a user