it('should allow undefined and null', () => {
            expect(isFunction(null))
                .toBe(true);

            expect(isFunction(undefined))