mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-06-22 04:11:55 +10:00
Fix MCP PDF download test mock (#3144)
This commit is contained in:
@@ -11,7 +11,7 @@ vi.mock("@reactive-resume/api/context", () => ({
|
||||
}));
|
||||
|
||||
vi.mock("@reactive-resume/api/features/resume/export", () => ({
|
||||
PDF_DOWNLOAD_URL_EXPIRES_IN_SECONDS: 600,
|
||||
MAX_PDF_DOWNLOAD_URL_TTL_SECONDS: 600,
|
||||
createResumePdfDownloadUrl: mocks.createResumePdfDownloadUrl,
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user