Enable debugging for test that's failing on Travis

This commit is contained in:
Dan Stillman 2015-05-29 14:36:02 -04:00
parent 2154673dd3
commit e19ee53f3d

View file

@ -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');