mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +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: "__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…
Reference in New Issue
Block a user