it('Throws an error when config array not provided', () => {
      try {
        validatorFactory();
      } catch (error) {
        expect(error).to.be.an('error').with.property('message', 'Configuration array not provided');