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 f2f7f56 commit 2068d4fCopy full SHA for 2068d4f
1 file changed
tests/commands/open.test.ts
@@ -26,4 +26,4 @@ test('Open command with non-existent package', () => {
26
const error = cliCatch('apps', 'open', 'non-existent/package');
27
expect(error.exitCode).toBe(1);
28
expect(cleanOutput(error.stderr)).toMatchSnapshot();
29
-});
+});
0 commit comments