/** * Mock implementation of @tauri-apps/plugin-shell for testing. */ import { vi } from "vitest"; export const open = vi.fn(async (_url: string) => {});