Skip to content

Commit

Permalink
fix: typecheck
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
axel7083 committed Feb 15, 2024
1 parent d01fb5c commit d820072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/backend/src/studio-api-impl.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import type { ModelsManager } from './managers/modelsManager';

import * as fs from 'node:fs';
import { timeout } from './utils/utils';
import type { LocalRepositoryRegistry } from './registries/LocalRepositoryRegistry';

vi.mock('./ai.json', () => {
return {
Expand Down Expand Up @@ -105,6 +106,7 @@ beforeEach(async () => {
catalogManager,
{} as unknown as ModelsManager,
{} as TelemetryLogger,
{} as LocalRepositoryRegistry,
);
vi.resetAllMocks();
vi.mock('node:fs');
Expand Down

0 comments on commit d820072

Please sign in to comment.