1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);
});