it("should throw ParseError on empty string input", function () {
      assertThrowsChain(
        () => subject(tagParserFor({ key: "" }))("key", ...converterArgs),
        ParseError,
        'Failed to parse integer from tag value ""'