it('compares values', (): void => {
      expect(new CodecDate(registry, 123).eq(123)).toBe(true);
    });