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

            expect(isBoolean(undefined))