()
| 107 | }); |
| 108 | |
| 109 | function silentLogger() { |
| 110 | return { |
| 111 | info: () => {}, log: () => {}, warn: () => {}, error: () => {}, debug: () => {}, |
| 112 | }; |
| 113 | } |
| 114 | |
| 115 | function captureLogger() { |
| 116 | const warns = []; |
no outgoing calls
no test coverage detected