mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
test: set attribute_parser test to "TODO"
the tests are not correctly calling the `parse` method currently
This commit is contained in:
@@ -40,7 +40,7 @@ describe("Lexing", () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("Parser", () => {
|
describe.todo("Parser", () => {
|
||||||
it("simple label", () => {
|
it("simple label", () => {
|
||||||
const attrs = attributeParser.parse(["#token"].map((t: any) => ({ text: t })));
|
const attrs = attributeParser.parse(["#token"].map((t: any) => ({ text: t })));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user