| 45 | } |
| 46 | |
| 47 | export default class Hydro { |
| 48 | constructor({ secret, endpoint, forceDisableMock } = {}) { |
| 49 | // When mocking, the secret isn't important because nothing's actually |
| 50 | // password protected in terms of HTTP authorization. But, the |
nothing calls this directly
no outgoing calls
no test coverage detected