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 20:44:26 +01:00
committed by GitHub
parent de5bb823fa
commit 72159c5118
+1 -1
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);
});