export const toBeBeforeMatcher: jasmine.CustomMatcherFactory = () => {
  return {
    compare(value: unknown, other: Date) {
      const pass = isBefore(other, value);
      const message = pass