Skip to content

test(api): verify async service layer mocking for resume upload route#8039

Open
ThePriyanuj wants to merge 2 commits into
JhaSourav07:mainfrom
ThePriyanuj:test/issue-6806-resume-mock-integrations
Open

test(api): verify async service layer mocking for resume upload route#8039
ThePriyanuj wants to merge 2 commits into
JhaSourav07:mainfrom
ThePriyanuj:test/issue-6806-resume-mock-integrations

Conversation

@ThePriyanuj

Copy link
Copy Markdown
Contributor

Closes #6806

@github-actions github-actions Bot added the status:blocked This PR is blocked due to a failing CI check. label Jul 13, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🚨 Hey @ThePriyanuj, the CI Pipeline is failing on this PR and it has been marked as status:blocked.

Please fix the issues before this can be reviewed. Here's how:

1. Run checks locally before pushing:

npm run format:check   # Check Prettier formatting
npm run lint           # Run ESLint
npm run typecheck      # TypeScript type check
npm run test           # Run unit tests (Vitest)
npm run build          # Verify production build passes

2. Auto-fix common issues:

npm run format         # Auto-fix formatting with Prettier
npm run lint -- --fix  # Auto-fix lint errors where possible

3. Check the full failure log here:
👉 View CI Run

Once you push a fix and the CI passes, the status:blocked label will be removed automatically. 💪

@ThePriyanuj

Copy link
Copy Markdown
Contributor Author

Hi @JhaSourav07, my 5 mock integration tests for the resume upload route are passing perfectly. However, the CI pipeline is failing due to two unrelated tests (proxy.accessibility.test.ts and HistoricalTrendView.empty-fallback.test.tsx) failing on the base branch. Could you take a look when you have a moment, or let me know if you'd like me to attempt a fix for those separate issues?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status:blocked This PR is blocked due to a failing CI check.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test(ApiStudentResumeUploadRoute-mock-integrations): verify Asynchronous Service Layer Mocking & Local Cache Stubs (Variation 9)

1 participant