diff --git a/test/tests/zoteroTest.js b/test/tests/zoteroTest.js index af73361def..9eb5845fcd 100644 --- a/test/tests/zoteroTest.js +++ b/test/tests/zoteroTest.js @@ -137,6 +137,9 @@ describe("Zotero Core Functions", function () { before(function () { disableCommandMode(); + + // Travis debugging + Zotero.Debug.init(true); }); after(function () {