diff --git a/src/public/app/services/attribute_parser.spec.ts b/src/public/app/services/attribute_parser.spec.ts index d8dcf09d5..7e83c53a4 100644 --- a/src/public/app/services/attribute_parser.spec.ts +++ b/src/public/app/services/attribute_parser.spec.ts @@ -41,7 +41,9 @@ describe("Lexing", () => { }); describe.todo("Parser", () => { + /* #TODO it("simple label", () => { + const attrs = attributeParser.parse(["#token"].map((t: any) => ({ text: t }))); expect(attrs.length).toEqual(1); @@ -85,6 +87,7 @@ describe.todo("Parser", () => { expect(attrs[0].name).toEqual("token"); expect(attrs[0].value).toEqual("NFi2gL4xtPxM"); }); + */ }); describe("error cases", () => {