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

8 lines
196 B
TypeScript

import { config } from "../../package.json";
describe("Startup", function () {
it("should have plugin instance defined", function () {
assert.isNotEmpty(Zotero[config.addonRef]);
});
});