Skip to content

Commit

Permalink
fix: studio.spec.ts
Browse files Browse the repository at this point in the history
Signed-off-by: axel7083 <[email protected]>
  • Loading branch information
axel7083 committed Mar 6, 2024
1 parent 9bda4e8 commit 4f82d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/studio.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import { afterEach, beforeEach, expect, test, vi } from 'vitest';
import { Studio } from './studio';
import { EventEmitter, ExtensionContext, fs as fsApi } from '@podman-desktop/api';
import { type ExtensionContext, EventEmitter } from '@podman-desktop/api';

import * as fs from 'node:fs';

Expand Down

0 comments on commit 4f82d3f

Please sign in to comment.