it('should log into the console an error about the incorrect style in keyframe', () => {
      validator({ useCSSLint: true })(
        {
          from: { fontSize: '10pxp' },
          to: { fontSiz: '12px' },