it("should only allow 3-digit numeric commands", function () {
      assertThrowsChain(
        () => parseIRCMessage("01"),
        ParseError,
        'Invalid format for IRC command (given src: "01")'