async function testValidatorFactory() {
  const validator = await validatorFactory(/^500$/u);

  expect(validator)
    .to.be.an('object')