mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-07-12 23:12:49 +00:00
CI: Temporarily make one of the tests fail to make sure that failed tests work
This commit is contained in:
parent
ddf22ec2a4
commit
52d328ee1b
@ -137,7 +137,7 @@ describe("Tag tests", function() {
|
|||||||
wiki.addTiddler({ title: "A", text: "", tags: "sortTag"});
|
wiki.addTiddler({ title: "A", text: "", tags: "sortTag"});
|
||||||
wiki.addTiddler({ title: "__proto__", text: "", tags: "sortTag", "list-before": ""});
|
wiki.addTiddler({ title: "__proto__", text: "", tags: "sortTag", "list-before": ""});
|
||||||
|
|
||||||
expect(wiki.filterTiddlers("[tag[sortTag]]").join(',')).toBe("__proto__,A");
|
expect(wiki.filterTiddlers("[tag[sortTag]]").join(',')).toBe("__proto__,A,failed-test");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user