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* () {
yield resetDB({
thisArg: this
thisArg: this,
skipBundledFiles: true
})
})
after(function () {