Skip to content

Commit d989189

Browse files
committed
chore: fix lint
1 parent a1dfb00 commit d989189

File tree

3 files changed

+2
-234
lines changed

3 files changed

+2
-234
lines changed
Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
1-
import { describe, expect, it, vi } from 'vitest';
2-
3-
import { shellExecuteTool } from './shellExecute';
1+
import { describe, expect, it } from 'vitest';
42

53
// Skip testing for now
64
describe.skip('shellExecuteTool', () => {
7-
const mockLogger = {
8-
log: vi.fn(),
9-
debug: vi.fn(),
10-
error: vi.fn(),
11-
warn: vi.fn(),
12-
info: vi.fn(),
13-
};
14-
155
it('should execute a shell command', async () => {
166
// This is a dummy test that will be skipped
177
expect(true).toBe(true);
188
});
19-
});
9+
});

packages/cli/test-gh-stdin.mjs

Lines changed: 0 additions & 116 deletions
This file was deleted.

packages/cli/test-stdin-content.mjs

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)