()
| 12 | import { getRuntimeConfigSignature } from "../src/runtime/adapters/web.js"; |
| 13 | |
| 14 | function createTempRootDir(): string { |
| 15 | return fs.mkdtempSync(path.join(os.tmpdir(), "skillpack-config-")); |
| 16 | } |
| 17 | |
| 18 | function withEnv<T>( |
| 19 | overrides: Record<string, string | undefined>, |
no outgoing calls
no test coverage detected