Files
klz-cables.com/.pnpm-store/v10/files/fd/b8444d25941a3723c0f1da778308c3606f7188a392c9474b030dc1d93c667c2a036a49ed9aff74a0276d0fd4d4a9595e39eceb28af65b5905490182e5473e6
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

12 lines
519 B
Plaintext

/**
* Globals that are used by our integration tests to modify the behavior of the job system during runtime.
* This is useful to avoid having to wait for the cron jobs to run, or to pause auto-running jobs.
*/
export declare const _internal_jobSystemGlobals: {
getCurrentDate: () => Date;
shouldAutoRun: boolean;
shouldAutoSchedule: boolean;
};
export declare function _internal_resetJobSystemGlobals(): void;
export declare const getCurrentDate: () => Date;
//# sourceMappingURL=getCurrentDate.d.ts.map