Skip to content

Commit a1c1cd2

Browse files
committed
style: apply prettier formatting
1 parent 7eb7e72 commit a1c1cd2

50 files changed

Lines changed: 296 additions & 349 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/mcp/tools/debugging/__tests__/debugging-tools.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ import {
4747
} from '../debug_variables.ts';
4848
import { allText, runLogic } from '../../../../test-utils/test-helpers.ts';
4949

50-
5150
function createMockBackend(overrides: Partial<DebuggerBackend> = {}): DebuggerBackend {
5251
return {
5352
kind: 'dap',

src/mcp/tools/device/__tests__/get_device_app_path.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { schema, handler, get_device_app_pathLogic } from '../get_device_app_pat
99
import { sessionStore } from '../../../../utils/session-store.ts';
1010
import { runLogic } from '../../../../test-utils/test-helpers.ts';
1111

12-
1312
describe('get_device_app_path plugin', () => {
1413
beforeEach(() => {
1514
sessionStore.clear();

src/mcp/tools/device/__tests__/install_app_device.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { schema, handler, install_app_deviceLogic } from '../install_app_device.
55
import { sessionStore } from '../../../../utils/session-store.ts';
66
import { allText, runLogic } from '../../../../test-utils/test-helpers.ts';
77

8-
98
describe('install_app_device plugin', () => {
109
beforeEach(() => {
1110
sessionStore.clear();

src/mcp/tools/device/__tests__/launch_app_device.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { schema, handler, launch_app_deviceLogic } from '../launch_app_device.ts
88
import { sessionStore } from '../../../../utils/session-store.ts';
99
import { allText, runLogic } from '../../../../test-utils/test-helpers.ts';
1010

11-
1211
describe('launch_app_device plugin (device-shared)', () => {
1312
beforeEach(() => {
1413
sessionStore.clear();

src/mcp/tools/device/__tests__/stop_app_device.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { schema, handler, stop_app_deviceLogic } from '../stop_app_device.ts';
55
import { sessionStore } from '../../../../utils/session-store.ts';
66
import { allText, runLogic } from '../../../../test-utils/test-helpers.ts';
77

8-
98
describe('stop_app_device plugin', () => {
109
beforeEach(() => {
1110
sessionStore.clear();

0 commit comments

Comments
 (0)