mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-05 20:38:01 +00:00
Update test for previous commit
Test should have been updated with
dad60cda05
This commit is contained in:
@@ -83,7 +83,7 @@ describe("Tag tests", function() {
|
||||
// Our tests
|
||||
|
||||
it("should handle custom tag ordering", function() {
|
||||
expect(wiki.filterTiddlers("[tag[TiddlerSeventh]]").join(",")).toBe("Tiddler10,TiddlerOne,Tiddler11,Tiddler Three,Tiddler9,a fourth tiddler");
|
||||
expect(wiki.filterTiddlers("[tag[TiddlerSeventh]]").join(",")).toBe("Tiddler10,TiddlerOne,Tiddler Three,Tiddler11,Tiddler9,a fourth tiddler");
|
||||
});
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user