Don't load bundled files before each storageLocal test
This commit is contained in:
parent
57dfd1885d
commit
22b1fa8cf8
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ describe("Zotero.Sync.Storage.Local", function () {
|
|||
});
|
||||
beforeEach(function* () {
|
||||
yield resetDB({
|
||||
thisArg: this
|
||||
thisArg: this,
|
||||
skipBundledFiles: true
|
||||
})
|
||||
})
|
||||
after(function () {
|
||||
|
|
Loading…
Add table
Reference in a new issue