UNPKG

zotero-ts-api

Version:
14 lines 371 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const vitest_1 = require("vitest"); global.fetch = vitest_1.vi.fn(); global.console = { ...console, log: vitest_1.vi.fn(), warn: vitest_1.vi.fn(), error: vitest_1.vi.fn(), }; (0, vitest_1.beforeEach)(() => { vitest_1.vi.clearAllMocks(); }); //# sourceMappingURL=setup.js.map