[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-02-05 07:54:52 +00:00
committed by GitHub
parent 5e460e6b4f
commit 3a0da19ea8

View File

@@ -15,9 +15,9 @@ const { inspectMock, getServiceMock, createServiceMock, getRemoteDockerMock } =
vi.hoisted(() => {
const inspect = vi.fn<() => Promise<never>>();
const getService = vi.fn(() => ({ inspect }));
const createService = vi.fn<(opts: MockCreateServiceOptions) => Promise<void>>(
async () => undefined,
);
const createService = vi.fn<
(opts: MockCreateServiceOptions) => Promise<void>
>(async () => undefined);
const getRemoteDocker = vi.fn(async () => ({
getService,
createService,