Skip to content

Commit 38ae8e6

Browse files
committed
Remove unused type
1 parent 94de655 commit 38ae8e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/commands/open.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { expect, test } from 'vitest';
22
import { cli, cliCatch, cleanOutput } from '../shared';
3-
import { getSystem, SystemType } from '@open-audio-stack/core';
3+
import { getSystem } from '@open-audio-stack/core';
44

55
test('Open command help', () => {
66
const result = cli('apps', 'open', '--help');

0 commit comments

Comments
 (0)