Skip to content

Commit 7e2f09d

Browse files
committed
Remove system-specific test snapshots
1 parent ad3e9e7 commit 7e2f09d

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

tests/commands/__snapshots__/open.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Options:
1414
}
1515
`;
1616
17-
exports[`Open command install and run steinberg/validator mac 1`] = `
17+
exports[`Open command install and run steinberg/validator 1`] = `
1818
{
1919
code: 0,
2020
err: ,
@@ -23,7 +23,7 @@ Installed steinberg/validator,
2323
}
2424
`;
2525
26-
exports[`Open command install and run steinberg/validator mac 2`] = `
26+
exports[`Open command install and run steinberg/validator 2`] = `
2727
{
2828
code: 0,
2929
err: ,

tests/commands/open.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
import { expect, test } from 'vitest';
22
import { cli } from '../shared';
3-
import { getSystem } from '@open-audio-stack/core';
43

54
test('Open command help', () => {
65
expect(cli('apps', 'open', '--help')).toMatchSnapshot();
76
});
87

9-
test(`Open command install and run steinberg/validator ${getSystem()}`, () => {
8+
test('Open command install and run steinberg/validator', () => {
109
expect(cli('apps', 'install', 'steinberg/validator')).toMatchSnapshot();
1110
expect(cli('apps', 'open', 'steinberg/validator', '--', '--help')).toMatchSnapshot();
1211
});

0 commit comments

Comments
 (0)