()
| 5 | describe('getFunctionName()', () => { |
| 6 | it('should return Function name', () => { |
| 7 | function myFunction() {} |
| 8 | expect(getFunctionName(myFunction)).toBe('myFunction'); |
| 9 | }); |
| 10 |
nothing calls this directly
no outgoing calls
no test coverage detected