zotero-better-notes/test/tests/zotero.spec.ts

6 lines
132 B
TypeScript

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