/** * Vitest setup file for globalThis state isolation * * Import this file in your vitest.config.ts to prevent * manifest cache and registry state from bleeding across test files. * * @example * ```typescript * // vitest.config.ts * import { defineConfig } from 'vitest/config'; * * export default defineConfig({ * test: { * setupFiles: ['@happyvertical/smrt-vitest/setup'], * }, * }); * ``` * * @packageDocumentation */ export {}; //# sourceMappingURL=setup.d.ts.map