()
| 20 | // cares about, so test it directly. |
| 21 | const PROBE_VALUE = "probe"; |
| 22 | const probeAccount = (): string => |
| 23 | `__executor_keychain_probe__:${process.pid}:${Date.now()}:${Math.random().toString(36).slice(2)}`; |
| 24 | |
| 25 | // --------------------------------------------------------------------------- |
| 26 | // Re-exports |