| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"; |
| 2 | |
| 3 | // Stub next/cache.unstable_noStore — vitest runs outside Next's runtime |
| 4 | // so the real implementation throws ("called outside a Server |
nothing calls this directly
no test coverage detected