(value: unknown)
| 24 | import { fetchAppConfigProfile } from '@/lib/core/config/appconfig' |
| 25 | |
| 26 | const encode = (value: unknown) => new TextEncoder().encode(JSON.stringify(value)) |
| 27 | |
| 28 | let counter = 0 |
| 29 | /** Unique identifiers per test so the module-level cache never bleeds across tests. */ |