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