zotero-better-notes/test/typings/global.d.ts

7 lines
127 B
TypeScript

import type * as chai from "chai";
declare global {
const expect: typeof chai.expect;
const assert: typeof chai.assert;
}