| 1 | import { afterEach, describe, expect, it } from "bun:test"; |
| 2 | import { __resetServeTokenForTests, initServeToken, invoke, isTauri } from "./platform"; |
| 3 | |
| 4 | const originalWindow = globalThis.window; |
nothing calls this directly
no test coverage detected