it('returns false is the error prop is not of boolean type', () => {
    const test = isFsaCompliant({
      ...fsaCompliant,
      error: 'notABoolean',
    })