()
| 249 | |
| 250 | it('should return `true` for generator functions', () => { |
| 251 | function* genFunc() {} |
| 252 | |
| 253 | expect(Utils.isFunction(genFunc)).toEqual(typeof genFunc === 'function'); |
| 254 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…