commit e19ee53f3d50dfeb8fc6adb9df5c8007b23139f1
parent 2154673dd3782cb756f10f45c2abbe7b858e63f7
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 29 May 2015 14:36:02 -0400
Enable debugging for test that's failing on Travis
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/test/tests/itemsTest.js b/test/tests/itemsTest.js
@@ -14,6 +14,9 @@ describe("Zotero.Items", function () {
})
describe("#emptyTrash()", function () {
+ before(() => Zotero.Debug.init(true))
+ after(() => Zotero.Debug.init())
+
it("should delete items in the trash", function* () {
var item1 = createUnsavedDataObject('item');
item1.setField('title', 'a');