describe("Zotero", function () {
it("should have Zotero defined", function () {
expect(Zotero).to.not.be.undefined;
});