We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94de655 commit 38ae8e6Copy full SHA for 38ae8e6
1 file changed
tests/commands/open.test.ts
@@ -1,6 +1,6 @@
1
import { expect, test } from 'vitest';
2
import { cli, cliCatch, cleanOutput } from '../shared';
3
-import { getSystem, SystemType } from '@open-audio-stack/core';
+import { getSystem } from '@open-audio-stack/core';
4
5
test('Open command help', () => {
6
const result = cli('apps', 'open', '--help');
0 commit comments