www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 22b1fa8cf8f3371a40078d9a357efd5cc2f53c47
parent 57dfd1885df0df72784fb85fb6d29579011b2467
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sun, 15 Nov 2015 17:49:06 -0500

Don't load bundled files before each storageLocal test

Diffstat:
Mtest/tests/storageLocalTest.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/tests/storageLocalTest.js b/test/tests/storageLocalTest.js @@ -8,7 +8,8 @@ describe("Zotero.Sync.Storage.Local", function () { }); beforeEach(function* () { yield resetDB({ - thisArg: this + thisArg: this, + skipBundledFiles: true }) }) after(function () {