mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Enable indexers in tag test (#4355)
Setting enableIndexers to an empty array ends up disabling all indexers for the wiki
This commit is contained in:
parent
de5bb823fa
commit
72159c5118
@ -21,7 +21,7 @@ describe("With no indexers", function() {
|
||||
});
|
||||
|
||||
describe("With all indexers", function() {
|
||||
var wikiOptions = {enableIndexers: []},
|
||||
var wikiOptions = {},
|
||||
wiki = setupWiki();
|
||||
runTests(wiki,wikiOptions);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user