Don't load bundled files before each storageLocal test

This commit is contained in:
Dan Stillman 2015-11-15 17:49:06 -05:00
parent 57dfd1885d
commit 22b1fa8cf8

View File

@ -8,7 +8,8 @@ describe("Zotero.Sync.Storage.Local", function () {
}); });
beforeEach(function* () { beforeEach(function* () {
yield resetDB({ yield resetDB({
thisArg: this thisArg: this,
skipBundledFiles: true
}) })
}) })
after(function () { after(function () {