mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +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", () => {
|
||||
const attrs = attributeParser.parse(["#token"].map((t: any) => ({ text: t })));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user