test('valid always', function (t) {
  valid.forEach(function (data) {
    t.assert(uuid().test(data), data)
  })