declare namespace jest { // eslint-disable-next-line interface Matchers { toBeSameDayAs(value: Date): CustomMatcherResult } }