()
| 48 | }); |
| 49 | |
| 50 | function silentLogger() { |
| 51 | return { info: () => {}, log: () => {}, warn: () => {}, error: () => {}, debug: () => {} }; |
| 52 | } |
| 53 | |
| 54 | function makeStore({ nodeId = 'node_aaaaaaaaaaaa' } = {}) { |
| 55 | const state = { node_id: nodeId }; |
no outgoing calls
no test coverage detected