Enable indexers in tag test (#4355)

Setting enableIndexers to an empty array ends up disabling all indexers
for the wiki
Jermolene-patch-1
Rob Hoelz 2020-04-07 14:44:26 -05:00 zatwierdzone przez GitHub
rodzic de5bb823fa
commit 72159c5118
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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