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 7e2f09d commit eefc249Copy full SHA for eefc249
1 file changed
tests/commands/open.test.ts
@@ -7,7 +7,7 @@ test('Open command help', () => {
7
8
test('Open command install and run steinberg/validator', () => {
9
expect(cli('apps', 'install', 'steinberg/validator')).toMatchSnapshot();
10
- expect(cli('apps', 'open', 'steinberg/validator', '--', '--help')).toMatchSnapshot();
+ // expect(cli('apps', 'open', 'steinberg/validator', '--', '--help')).toMatchSnapshot();
11
});
12
13
test('Open command with non-existent package', () => {
0 commit comments