(input)
| 36 | describe('background functions', () => { |
| 37 | const constructBackgroundCF = (eventType?: string) => { |
| 38 | const cloudFunction = (input) => input; |
| 39 | set(cloudFunction, 'run', (data, context) => { |
| 40 | return { data, context }; |
| 41 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…