| 1 | import { beforeEach, describe, expect, it, vi } from "vitest"; |
| 2 | import { invoke } from "@tauri-apps/api/core"; |
| 3 | import { open, save } from "@tauri-apps/plugin-dialog"; |
| 4 | import * as notification from "@tauri-apps/plugin-notification"; |
nothing calls this directly
no test coverage detected