mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-11 00:20:01 +00:00
CI: Fix intentionally broken test
This commit is contained in:
parent
e9f2a24f30
commit
c97c3cea74
@ -137,7 +137,7 @@ describe("Tag tests", function() {
|
||||
wiki.addTiddler({ title: "A", text: "", tags: "sortTag"});
|
||||
wiki.addTiddler({ title: "__proto__", text: "", tags: "sortTag", "list-before": ""});
|
||||
|
||||
expect(wiki.filterTiddlers("[tag[sortTag]]").join(',')).toBe("__proto__,A,failed-test");
|
||||
expect(wiki.filterTiddlers("[tag[sortTag]]").join(',')).toBe("__proto__,A");
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user