test(api): verify async service layer mocking for resume upload route#8039
test(api): verify async service layer mocking for resume upload route#8039ThePriyanuj wants to merge 2 commits into
Conversation
|
🚨 Hey @ThePriyanuj, the CI Pipeline is failing on this PR and it has been marked as 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 passes2. Auto-fix common issues: npm run format # Auto-fix formatting with Prettier
npm run lint -- --fix # Auto-fix lint errors where possible3. Check the full failure log here: Once you push a fix and the CI passes, the |
|
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? |
Closes #6806