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 14, 2024
1 parent e0ae4dd commit b3f12e5
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 @@ -32,6 +32,7 @@ import type { EnvironmentManager } from './managers/environmentManager';

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 @@ -107,6 +108,7 @@ beforeEach(async () => {
deleteEnvironment: mocks.deleteEnvironmentMock,
} as unknown as EnvironmentManager,
{} as TelemetryLogger,
{} as LocalRepositoryRegistry,
);
vi.resetAllMocks();
vi.mock('node:fs');
Expand Down

0 comments on commit b3f12e5

Please sign in to comment.