Fix skipBundledFiles not being passed to Zotero.reinit() in tests

Making tests much slower

Regression from 2051f08b4c
This commit is contained in:
Dan Stillman 2024-04-16 06:08:06 -04:00
parent c9561f1041
commit 4fe0ebc63b

View file

@ -658,7 +658,6 @@ async function resetDB(options = {}) {
}
_defaultGroup = null;
},
false,
options
);
await Zotero.Schema.schemaUpdatePromise;