UNPKG

@admin-jigsaw/jigsaw-sdk

Version:

Returns predefined data for Jigsaw platform and exposes functionality to retrieve the necessary data

9 lines (8 loc) 230 B
import { vi, beforeEach } from "vitest"; // Mock environment variables if needed process.env.NODE_ENV = "test"; // Global test setup if needed beforeEach(() => { // Reset all mocks before each test vi.clearAllMocks(); });