()
| 30 | } |
| 31 | |
| 32 | function loadA2A() { |
| 33 | delete require.cache[require.resolve('../src/gep/a2aProtocol')]; |
| 34 | const a2a = require('../src/gep/a2aProtocol'); |
| 35 | if (a2a._testing && typeof a2a._testing._resetHubNodeSecretStateForTesting === 'function') { |
| 36 | a2a._testing._resetHubNodeSecretStateForTesting(); |
| 37 | } |
| 38 | return a2a; |
| 39 | } |
| 40 | |
| 41 | function saveEnv(keys) { |
| 42 | const saved = {}; |