Skip to content

Commit 2068d4f

Browse files
committed
Linting
1 parent f2f7f56 commit 2068d4f

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
@@ -26,4 +26,4 @@ test('Open command with non-existent package', () => {
2626
const error = cliCatch('apps', 'open', 'non-existent/package');
2727
expect(error.exitCode).toBe(1);
2828
expect(cleanOutput(error.stderr)).toMatchSnapshot();
29-
});
29+
});

0 commit comments

Comments
 (0)