export const toBeAfterMatcher: jasmine.CustomMatcherFactory = () => {
  return {
    compare(value: unknown, otherDate: Date) {
      const pass = isAfter(otherDate, value);
      const message = pass