()
| 241 | |
| 242 | it('should return `true` for async functions', () => { |
| 243 | async function asyncFunc() {} |
| 244 | |
| 245 | expect(Utils.isFunction(asyncFunc)).toEqual( |
| 246 | typeof asyncFunc === 'function', |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…