test.throws(() => {
    match({a: {$regex: /a/, $options: 's'}}, {a: 'cat'});
  });