Enable debugging for test that's failing on Travis
This commit is contained in:
parent
2154673dd3
commit
e19ee53f3d
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ describe("Zotero.Items", function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
describe("#emptyTrash()", function () {
|
describe("#emptyTrash()", function () {
|
||||||
|
before(() => Zotero.Debug.init(true))
|
||||||
|
after(() => Zotero.Debug.init())
|
||||||
|
|
||||||
it("should delete items in the trash", function* () {
|
it("should delete items in the trash", function* () {
|
||||||
var item1 = createUnsavedDataObject('item');
|
var item1 = createUnsavedDataObject('item');
|
||||||
item1.setField('title', 'a');
|
item1.setField('title', 'a');
|
||||||
|
|
Loading…
Add table
Reference in a new issue