mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-01 14:52:08 -08: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue