()
| 25 | // Fresh require of the module each test (it caches nothing path-related, but |
| 26 | // EVOLVER_HOME is read lazily so this is just for clarity). |
| 27 | function load() { |
| 28 | delete require.cache[require.resolve('../src/gep/oauthLogin')]; |
| 29 | return require('../src/gep/oauthLogin'); |
| 30 | } |
| 31 | |
| 32 | function loadA2A() { |
| 33 | delete require.cache[require.resolve('../src/gep/a2aProtocol')]; |