Don't load bundled files before each storageLocal test
This commit is contained in:
parent
57dfd1885d
commit
22b1fa8cf8
|
@ -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 () {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user