1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-05-02 03:31:29 +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:
Rob Hoelz
2020-04-07 14:44:26 -05:00
committed by GitHub
parent de5bb823fa
commit 72159c5118

View File

@@ -21,7 +21,7 @@ describe("With no indexers", function() {
});
describe("With all indexers", function() {
var wikiOptions = {enableIndexers: []},
var wikiOptions = {},
wiki = setupWiki();
runTests(wiki,wikiOptions);
});