(message)
| 101 | toastCalls.push({ type: 'error', message }); |
| 102 | }, |
| 103 | info(message) { |
| 104 | toastCalls.push({ type: 'info', message }); |
| 105 | }, |
| 106 | }, |
| 107 | confirm: async () => true, |
| 108 | format: { |
nothing calls this directly
no outgoing calls
no test coverage detected