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

8 lines
182 B
TypeScript

import { getAddon } from "../utils/global";
describe("Startup", function () {
it("should have plugin instance defined", function () {
assert.isNotEmpty(getAddon());
});
});